No Spoilers

Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.

No Spoilers란 무엇입니까?

No Spoilers은(는) annasheaffer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you."입니다.

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

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

확장 프로그램 사용 설명서

                        No Spoilers allows you to specify movies, TV shows, and events that you would like to be blocked from your web browsing.  Turn it off or customize it at any time.                    

확장 프로그램 기본 정보

이름 No Spoilers No Spoilers
ID pgpcfnaafiklphfocfkhponfnoopdmii
공식 URL https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii
설명 Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
파일 크기 38.39 KB
설치 횟수 11
현재 버전 1.1
최근 업데이트 2014-03-18
출시 날짜 2014-03-18
개발자 annasheaffer
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Spoilers",
    "version": "1.1",
    "author": "Anna Sheaffer",
    "description": "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.",
    "icons": {
        "16": "NS16.png",
        "48": "NS48.png",
        "128": "NS128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Block spoilers!",
        "default_icon": "NS16.png",
        "default_popup": "popup.html"
    }
}