Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "2chRevival",
"version": "2.3.15",
"description": "2\u3061\u3083\u3093\u306d\u308b\u30015\u3061\u3083\u3093\u306d\u308b\u3001BBSPINK\u306eDAT\u843d\u3061\u3057\u305f\u30b9\u30ec\u3092\u7c21\u5358\u5fa9\u6d3b\uff01",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"jquery.js",
"content.js"
],
"matches": [
"http:\/\/*.2ch.net\/*",
"http:\/\/*.2ch.sc\/*",
"http:\/\/*.5ch.net\/*",
"http:\/\/*.bbspink.com\/*",
"https:\/\/*.2ch.net\/*",
"https:\/\/*.2ch.sc\/*",
"https:\/\/*.5ch.net\/*",
"https:\/\/*.bbspink.com\/*",
"http:\/\/websvc2.jpn.org\/*"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"16": "icons\/app16.png",
"32": "icons\/app32.png",
"48": "icons\/app48.png",
"64": "icons\/app64.png",
"128": "icons\/app128.png"
},
"default_title": "URL\u3092\u5165\u529b\u3057\u3066\u5fa9\u6d3b"
},
"icons": {
"16": "icons\/app16.png",
"32": "icons\/app32.png",
"48": "icons\/app48.png",
"64": "icons\/app64.png",
"128": "icons\/app128.png"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; img-src 'self' http:\/\/* https:\/\/* data:; script-src 'self'; style-src 'self' http:\/\/* https:\/\/* data: 'unsafe-inline'; connect-src 'self' http:\/\/* https:\/\/*; frame-src 'self' http:\/\/* https:\/\/*; font-src data:"
},
"web_accessible_resources": [
{
"resources": [
"style.css",
"jquery.js",
"content.js",
"icons\/app128.png",
"loading.gif",
"option.png",
"connect.html",
"options.html"
],
"matches": [
"<all_urls>"
]
}
]
}