Inspect and view changes in 4chan X source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "4chan X",
"version": "1.14.23.1",
"manifest_version": 2,
"description": "4chan X is a script that adds various features to anonymous imageboards.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"*://*.4chan.org/*",
"*://*.4channel.org/*",
"*://*.4cdn.org/*",
"https://erischan.org/*",
"https://www.erischan.org/*",
"https://fufufu.moe/*",
"https://gnfos.com/*",
"https://himasugi.blog/*",
"https://www.himasugi.blog/*",
"https://kakashinenpo.com/*",
"https://www.kakashinenpo.com/*",
"https://kissu.moe/*",
"https://www.kissu.moe/*",
"https://lainchan.org/*",
"https://www.lainchan.org/*",
"https://merorin.com/*",
"https://ota-ch.com/*",
"https://www.ota-ch.com/*",
"https://ponyville.us/*",
"https://www.ponyville.us/*",
"https://smuglo.li/*",
"https://notso.smuglo.li/*",
"https://smugloli.net/*",
"https://smug.nepu.moe/*",
"https://sportschan.org/*",
"https://www.sportschan.org/*",
"https://sushigirl.us/*",
"https://www.sushigirl.us/*",
"https://tvch.moe/*"
],
"exclude_matches": [
"*://www.4chan.org/advertise",
"*://www.4chan.org/advertise?*",
"*://www.4chan.org/donate",
"*://www.4chan.org/donate?*",
"*://www.4channel.org/advertise",
"*://www.4channel.org/advertise?*",
"*://www.4channel.org/donate",
"*://www.4channel.org/donate?*"
],
"all_frames": true,
"run_at": "document_start"
}
],
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"homepage_url": "https://www.4chan-x.net/",
"minimum_chrome_version": "33",
"permissions": [
"*://*.4chan.org/*",
"*://*.4channel.org/*",
"*://*.4cdn.org/*",
"https://erischan.org/*",
"https://www.erischan.org/*",
"https://fufufu.moe/*",
"https://gnfos.com/*",
"https://himasugi.blog/*",
"https://www.himasugi.blog/*",
"https://kakashinenpo.com/*",
"https://www.kakashinenpo.com/*",
"https://kissu.moe/*",
"https://www.kissu.moe/*",
"https://lainchan.org/*",
"https://www.lainchan.org/*",
"https://merorin.com/*",
"https://ota-ch.com/*",
"https://www.ota-ch.com/*",
"https://ponyville.us/*",
"https://www.ponyville.us/*",
"https://smuglo.li/*",
"https://notso.smuglo.li/*",
"https://smugloli.net/*",
"https://smug.nepu.moe/*",
"https://sportschan.org/*",
"https://www.sportschan.org/*",
"https://sushigirl.us/*",
"https://www.sushigirl.us/*",
"https://tvch.moe/*",
"storage"
],
"optional_permissions": [
"*://*/"
],
"applications": {
"gecko": {
"id": "4chan-x@4chan-x.net"
}
}
}