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
拡張機能の基本情報
名前 | imdb-despoiler |
ID | jaijjpoglndcagllekkkeigkkoiphajm |
公式URL | 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" ] } ] } |