Update builds

This commit is contained in:
Kabir Sala 2014-02-24 23:38:57 +01:00
parent 180844b376
commit 78c8bce7c2
5 changed files with 15241 additions and 854 deletions

Binary file not shown.

24
builds/crx/manifest.json.orig Executable file
View File

@ -0,0 +1,24 @@
{
"name": "4chan X",
"version": "1.4.0",
"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",
"http://*/",
"https://*/"
]
}

13480
builds/crx/script.js.orig Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long