IMDb Hide Episode Spoilers

Hides episode number count on IMDb. No more spoilers!

IMDb Hide Episode Spoilers란 무엇입니까?

IMDb Hide Episode Spoilers은(는) Silver에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides episode number count on IMDb. No more spoilers!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IMDb Hide Episode Spoilers 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ever want to look up who the actor is for your new favorite TV show on IMDb? But uh-oh! You just noticed that the show has 40 episodes and the character(although he's been in every episode so far) is only in 28. Thanks for the spoiler alert IMDb! This extension will hide those pesky spoilers out of view unless you hover over it. And a simple button allows you to turn off all the spoiler tags if you're not worried about that show. Easy and simple.

Version Changes( https://github.com/SIlver--/IMDb-Hide-Episode-Spoilers )

Version 1.4
-Updated to work with HTTPS imdb credits to @swstraus

Version 1.3
-Added hide spoiler on season episode list and episode page

Version 1.2
-Added hide spoilers to actor and character page

Version 1.1
-Fixed a bug where spoiler button would display when not needed

Version 1.0
-Release                    

확장 프로그램 기본 정보

이름 IMDb Hide Episode Spoilers IMDb Hide Episode Spoilers
ID chiakepmphnoipoamanblmjmnigmgbkh
공식 URL https://chromewebstore.google.com/detail/imdb-hide-episode-spoiler/chiakepmphnoipoamanblmjmnigmgbkh
설명 Hides episode number count on IMDb. No more spoilers!
파일 크기 18.95 KB
설치 횟수 1,506
현재 버전 1.4
최근 업데이트 2018-02-28
출시 날짜 2018-02-28
평점 4.10/5 총 21 개의 평점
개발자 Silver
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDb Hide Episode Spoilers",
    "version": "1.4",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "description": "Hides episode number count on IMDb. No more spoilers!",
    "default_locale": "en",
    "permissions": [
        "*:\/\/www.imdb.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.imdb.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.imdb.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}