No Spoilers

Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.

Cos'è No Spoilers?

No Spoilers è un'estensione di Chrome sviluppata da annasheaffer, e la sua funzione principale è "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.".

Scarica il file CRX dell'estensione No Spoilers

Scarica i file di estensione No Spoilers 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

                        No Spoilers allows you to specify movies, TV shows, and events that you would like to be blocked from your web browsing.  Turn it off or customize it at any time.                    

Informazioni di Base sull'Estensione

Nome No Spoilers No Spoilers
ID pgpcfnaafiklphfocfkhponfnoopdmii
URL Ufficiale https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii
Descrizione Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
Dimensione del File 38.39 KB
Conteggio Installazioni 11
Versione Corrente 1.1
Ultimo Aggiornamento 2014-03-18
Data di Pubblicazione 2014-03-18
Sviluppatore annasheaffer
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Spoilers",
    "version": "1.1",
    "author": "Anna Sheaffer",
    "description": "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.",
    "icons": {
        "16": "NS16.png",
        "48": "NS48.png",
        "128": "NS128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Block spoilers!",
        "default_icon": "NS16.png",
        "default_popup": "popup.html"
    }
}