FoxAge5ch

5ch BBS Update Checker

Vad är FoxAge5ch?

FoxAge5ch är en Chrome-tillägg utvecklad av Gomita, och dess huvudfunktion är "5ch BBS Update Checker".

Tilläggsskärmbilder

screenshot

Ladda ner FoxAge5ch-förlängningens CRX-fil

Ladda ner FoxAge5ch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        5ちゃんねる(旧2ちゃんねる)スレッドの更新チェックを行います。                    

Grundläggande Information om Tillägg

Namn FoxAge5ch FoxAge5ch
ID nnihmejgfbnnhehnpbhegllkfdhgfeld
Officiell webbadress https://chromewebstore.google.com/detail/foxage5ch/nnihmejgfbnnhehnpbhegllkfdhgfeld
Beskrivning 5ch BBS Update Checker
Filstorlek 85.07 KB
Antal Installationer 238
Aktuell Version 5.1.3
Senast Uppdaterad 2018-06-17
Publiceringsdatum 2018-06-17
Utvecklare Gomita
Betalningssätt free
Tilläggswebbplats http://www.xuldev.org/foxage5ch/?browser=chrome
Stödda Språk en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FoxAge5ch",
    "version": "5.1.3",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "ja",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "background\/service.js",
            "background\/utils.js"
        ]
    },
    "browser_action": {
        "default_title": "FoxAge5ch",
        "default_icon": "icons\/icon-16.png",
        "theme_icons": [
            {
                "light": "icons\/icon-light-16.png",
                "dark": "icons\/icon-16.png",
                "size": 16
            },
            {
                "light": "icons\/icon-light-32.png",
                "dark": "icons\/icon-32.png",
                "size": 32
            }
        ]
    },
    "sidebar_action": {
        "browser_style": true,
        "default_title": "FoxAge5ch",
        "default_panel": "sidebar\/view.html#sidebar",
        "default_icon": "icons\/icon-16.png"
    },
    "options_ui": {
        "page": "sidebar\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "*:\/\/*.2ch.net\/*",
        "*:\/\/*.5ch.net\/*",
        "*:\/\/*.machi.to\/*",
        "*:\/\/*.bbspink.com\/*",
        "*:\/\/*.open2ch.net\/*",
        "*:\/\/*.vip2ch.com\/*",
        "*:\/\/*.shitaraba.net\/*"
    ]
}