FoxAge5ch

5ch BBS Update Checker

FoxAge5ch란 무엇입니까?

FoxAge5ch은(는) Gomita에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "5ch BBS Update Checker"입니다.

확장 프로그램 스크린샷

screenshot

FoxAge5ch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 FoxAge5ch FoxAge5ch
ID nnihmejgfbnnhehnpbhegllkfdhgfeld
공식 URL https://chromewebstore.google.com/detail/foxage5ch/nnihmejgfbnnhehnpbhegllkfdhgfeld
설명 5ch BBS Update Checker
파일 크기 85.07 KB
설치 횟수 238
현재 버전 5.1.3
최근 업데이트 2018-06-17
출시 날짜 2018-06-17
개발자 Gomita
결제 유형 free
확장 프로그램 웹 사이트 http://www.xuldev.org/foxage5ch/?browser=chrome
지원되는 언어 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\/*"
    ]
}