2ch-caster

2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!

2ch-caster란 무엇입니까?

2ch-caster은(는) b0r3d0mness에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

2ch-caster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 2ch-caster 2ch-caster
ID ademcdacngafppceeajjbhagmmaphgdi
공식 URL https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi
설명 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
파일 크기 18.75 KB
설치 횟수 24
현재 버전 1.3.0
최근 업데이트 2016-01-19
출시 날짜 2016-01-19
평점 4.83/5 총 6 개의 평점
개발자 b0r3d0mness
결제 유형 free
지원되는 언어 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2ch-caster",
    "version": "1.3.0",
    "description": "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications.\nMiss no thread, anonymous!",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png"
    },
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "tts",
        "http:\/\/2ch.hk\/"
    ]
}