imdb-despoiler

Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show

Cos'è imdb-despoiler?

imdb-despoiler è un'estensione di Chrome sviluppata da https://codeplasma.com, e la sua funzione principale è "Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione imdb-despoiler

Scarica i file di estensione imdb-despoiler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome imdb-despoiler imdb-despoiler
ID jaijjpoglndcagllekkkeigkkoiphajm
URL Ufficiale https://chromewebstore.google.com/detail/imdb-despoiler/jaijjpoglndcagllekkkeigkkoiphajm
Descrizione Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show
Dimensione del File 41.93 KB
Conteggio Installazioni 82
Versione Corrente 1.4.2
Ultimo Aggiornamento 2013-02-15
Data di Pubblicazione 2013-02-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://codeplasma.com
Tipo di Pagamento free
Sito Web dell'Estensione http://codeplasma.com/2013/02/07/imdb-despoiler-chrome-extension/
URL della Pagina di Aiuto https://github.com/icecreamguy/imdb-despoiler
Lingue Supportate 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"
            ]
        }
    ]
}