imdb-despoiler
Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show
Co to jest imdb-despoiler?
imdb-despoiler to rozszerzenie Chrome opracowane przez https://codeplasma.com, a jego główną funkcją jest „Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia imdb-despoiler
Pobierz pliki rozszerzeń imdb-despoiler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | imdb-despoiler |
ID | jaijjpoglndcagllekkkeigkkoiphajm |
Oficjalny URL | https://chromewebstore.google.com/detail/imdb-despoiler/jaijjpoglndcagllekkkeigkkoiphajm |
Opis | Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show |
Rozmiar pliku | 41.93 KB |
Liczba instalacji | 82 |
Aktualna Wersja | 1.4.2 |
Ostatnia Aktualizacja | 2013-02-15 |
Data Publikacji | 2013-02-14 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://codeplasma.com |
Typ Płatności | free |
Strona Rozszerzenia | http://codeplasma.com/2013/02/07/imdb-despoiler-chrome-extension/ |
Adres URL Strony Pomocy | https://github.com/icecreamguy/imdb-despoiler |
Obsługiwane Języki | 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" ] } ] } |