Force Block: the Star Wars spoiler blocker

Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.

Force Block: the Star Wars spoiler blocker란 무엇입니까?

Force Block: the Star Wars spoiler blocker은(는) Priceless Misc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Force Block: the Star Wars spoiler blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        UPDATE: Dec 17 2019
------------------------------
Force Block now protects you from spoilers for Star Wars: The Rise of Skywalker, as revealed to us by a Rebel spy :)                    

확장 프로그램 기본 정보

이름 Force Block: the Star Wars spoiler blocker Force Block: the Star Wars spoiler blocker
ID bplpphlobgcnjhoglonpnkooaaenlmol
공식 URL https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol
설명 Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.
파일 크기 581 KB
설치 횟수 4,000
현재 버전 1.4.0
최근 업데이트 2019-12-19
출시 날짜 2019-12-17
평점 4.17/5 총 184 개의 평점
개발자 Priceless Misc
결제 유형 free
확장 프로그램 웹 사이트 http://pricelessmisc.com
도움말 페이지 URL http://pricelessmisc.com/force-block
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Block: the Star Wars spoiler blocker",
    "short_name": "Force Block",
    "version": "1.4.0",
    "description": "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.",
    "icons": {
        "128": "\/img\/icon128.png",
        "16": "\/img\/icon16.png",
        "48": "\/img\/icon48.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon.png",
        "default_popup": "\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/style.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}