Rainbow Remover
Removes unwanted rainbows
Wat is Rainbow Remover?
Rainbow Remover is een Chrome-extensie ontwikkeld door Extensification Technologies, en de belangrijkste functie is "Removes unwanted rainbows".
Extensie Screenshots
Download het CRX-bestand van de extensie Rainbow Remover
Download Rainbow Remover-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
                        Removes unwanted rainbows on Facebook. Side effects may include selective colorblindness.
This extension will probably outlive its usefulness in a week or so.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | nklhfofcnhanciamgjiahanaejnfddae | 
| Officiële URL | https://chromewebstore.google.com/detail/rainbow-remover/nklhfofcnhanciamgjiahanaejnfddae | 
| Beschrijving | Removes unwanted rainbows | 
| Bestandsgrootte | 359 KB | 
| Aantal Installaties | 10 | 
| Huidige Versie | 0.0.3 | 
| Laatst Bijgewerkt | 2015-06-29 | 
| Publicatiedatum | 2015-06-28 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Extensification Technologies | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |