Rainbow Remover

Removes unwanted rainbows

Cos'è Rainbow Remover?

Rainbow Remover è un'estensione di Chrome sviluppata da Extensification Technologies, e la sua funzione principale è "Removes unwanted rainbows".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rainbow Remover

Scarica i file di estensione Rainbow Remover 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

                        Removes unwanted rainbows on Facebook. Side effects may include selective colorblindness.

This extension will probably outlive its usefulness in a week or so.                    

Informazioni di Base sull'Estensione

Nome Rainbow Remover Rainbow Remover
ID nklhfofcnhanciamgjiahanaejnfddae
URL Ufficiale https://chromewebstore.google.com/detail/rainbow-remover/nklhfofcnhanciamgjiahanaejnfddae
Descrizione Removes unwanted rainbows
Dimensione del File 359 KB
Conteggio Installazioni 10
Versione Corrente 0.0.3
Ultimo Aggiornamento 2015-06-29
Data di Pubblicazione 2015-06-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Extensification Technologies
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainbow Remover",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Removes unwanted rainbows",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}