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文件

下載IMDb Hide Episode Spoilers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}