imdb-despoiler
Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show
什麼是imdb-despoiler?
imdb-despoiler是由https://codeplasma.com開發的Chrome擴展程式,該擴展的主要功能是“Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show”。
擴展截圖
下載imdb-despoiler擴展crx文件
下載imdb-despoiler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ever had plotlines spoiled by knowing how long an actor or actress was on a show? This lightweight, simple extension runs only on IMDB and adds an unobtrusive "Toggle Spoilers" button to the cast list. The spoilers are hidden by default.
Changes from 1.4.1 to 1.4.2:
* Plugin no longer mangles movie cast lists
Changes from 1.2 to 1.4.1:
* Toggle button doesn't show up on non-filmography table
headers on actor pages
* Fixed problem where movie dates were getting caught in the
spoiler filter
* Accidentally skipped version numbers
Changes from 1.1 to 1.2:
* Now works on cast list pages
* Now works on actor pages
* Fixed display problem with text-only character names 擴展基本資訊
| 名稱 | |
| ID | jaijjpoglndcagllekkkeigkkoiphajm |
| 官方網址 | https://chromewebstore.google.com/detail/imdb-despoiler/jaijjpoglndcagllekkkeigkkoiphajm |
| 簡介 | Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show |
| 檔案大小 | 41.93 KB |
| 安裝次數 | 82 |
| 目前版本 | 1.4.2 |
| 更新時間 | 2013-02-15 |
| 上架時間 | 2013-02-14 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://codeplasma.com |
| 付費類型 | free |
| 擴展官網 | http://codeplasma.com/2013/02/07/imdb-despoiler-chrome-extension/ |
| 說明頁面URL | https://github.com/icecreamguy/imdb-despoiler |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "imdb-despoiler",
"description": "Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show",
"version": "1.4.2",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.imdb.com\/*"
],
"css": [
"imdb-despoiler.css"
],
"js": [
"jquery.js",
"imdb-despoiler.js"
]
}
]
} | |