Copy more from Zixaphir and Mayhem, proper(?) fix for Chrome

This commit is contained in:
Kabir Sala 2014-02-10 04:45:23 +01:00
parent a7b2565e5b
commit 1e1afcf2e7
5 changed files with 0 additions and 12746 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

View File

@ -1,22 +0,0 @@
{
"name": "4chan X",
"version": "1.3.4",
"manifest_version": 2,
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [{
"js": ["script.js"],
"matches": ["*://boards.4chan.org/*","*://sys.4chan.org/*","*://a.4cdn.org/*","*://i.4cdn.org/*"],
"all_frames": true,
"run_at": "document_start"
}],
"homepage_url": "http://seaweedchan.github.io/4chan-x/",
"minimum_chrome_version": "31",
"permissions": [
"storage"
]
}

File diff suppressed because one or more lines are too long