WebExtension.net
Toggle dark mode
WebExtension.net

2chRevival

View on Chrome Web Store
View 2chRevival Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (78 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

2ちゃんねる、5ちゃんねる、BBSPINKのDAT落ちしたスレを簡単復活!
Type
Extension
Users
20,000 users
OrcaSoft
View author page of OrcaSoft
Published
Published on July 19, 2010
Version 2.3.15
Manifest version
3
Updated
Updated on August 13, 2024
lifestyle/social
Extension Category
View on Chrome Web Store
View 2chRevival Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top