Star Wars Spoiler Blocker

Avoid Star Wars spoilers without leaving this galaxy

Cos'è Star Wars Spoiler Blocker?

Star Wars Spoiler Blocker è un'estensione di Chrome sviluppata da LCdesigner, e la sua funzione principale è "Avoid Star Wars spoilers without leaving this galaxy".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Star Wars Spoiler Blocker

Scarica i file di estensione Star Wars Spoiler Blocker 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

                        ★ Avoid Star Wars spoilers without leaving this galaxy ★

Replace Star Wars spoilers with the word !Spoiler Wars!


⍟ Works in Facebook Newsfeed!
⍟ Works in Facebook Chat!
⍟ Works with capital letters
⍟ Works with Character's Nickname
⍟ Works in all film-review sites!                    

Informazioni di Base sull'Estensione

Nome Star Wars Spoiler Blocker Star Wars Spoiler Blocker
ID nidblpjcppmbbemapmgggijkkmlfpcjh
URL Ufficiale https://chromewebstore.google.com/detail/star-wars-spoiler-blocker/nidblpjcppmbbemapmgggijkkmlfpcjh
Descrizione Avoid Star Wars spoilers without leaving this galaxy
Dimensione del File 39.33 KB
Conteggio Installazioni 47
Versione Corrente 4.7
Ultimo Aggiornamento 2015-12-26
Data di Pubblicazione 2015-12-26
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore LCdesigner
Tipo di Pagamento free
Sito Web dell'Estensione http://www.star-wars-spoiler-blocker.it/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Wars Spoiler Blocker",
    "version": "4.7",
    "description": "Avoid Star Wars spoilers without leaving this galaxy",
    "short_name": "Spoiler Wars",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}