No Spoilers

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

Was ist No Spoilers?

No Spoilers ist eine Chrome-Erweiterung, die von annasheaffer entwickelt wurde, und ihr Hauptmerkmal ist "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.".

No Spoilers-Erweiterungs-CRX-Datei herunterladen

Laden Sie No Spoilers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name No Spoilers No Spoilers
ID pgpcfnaafiklphfocfkhponfnoopdmii
Offizielle URL https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii
Beschreibung Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
Dateigröße 38.39 KB
Installationsanzahl 11
Aktuelle Version 1.1
Letztes Update 2014-03-18
Veröffentlichungsdatum 2014-03-18
Entwickler annasheaffer
Zahlungsart free
Unterstützte Sprachen 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"
    }
}