No Spoilers

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

Wat is No Spoilers?

No Spoilers is een Chrome-extensie ontwikkeld door annasheaffer, en de belangrijkste functie is "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.".

Download het CRX-bestand van de extensie No Spoilers

Download No Spoilers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam No Spoilers No Spoilers
ID pgpcfnaafiklphfocfkhponfnoopdmii
Officiële URL https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii
Beschrijving Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
Bestandsgrootte 38.39 KB
Aantal Installaties 11
Huidige Versie 1.1
Laatst Bijgewerkt 2014-03-18
Publicatiedatum 2014-03-18
Ontwikkelaar annasheaffer
Betalingswijze free
Ondersteunde Talen 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"
    }
}