Black to Color

This extension will turn black and white websites back to color

Wat is Black to Color?

Black to Color is een Chrome-extensie ontwikkeld door Andre, en de belangrijkste functie is "This extension will turn black and white websites back to color".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Black to Color

Download Black to Color-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

                        Convert Thai Grayscale websites into Colorful mode ;)                    

Basisinformatie over de Extensie

Naam Black to Color Black to Color
ID fhgeeimcjonkakkbgodfkobfnpobdeii
Officiële URL https://chrome.google.com/webstore/detail/black-to-color/fhgeeimcjonkakkbgodfkobfnpobdeii
Beschrijving This extension will turn black and white websites back to color
Bestandsgrootte 61.6 KB
Aantal Installaties 57
Huidige Versie 1.3.4
Laatst Bijgewerkt 2016-11-07
Publicatiedatum 2016-11-07
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Andre
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black to Color",
    "description": "This extension will turn black and white websites back to color",
    "version": "1.3.4",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/app.js"
            ]
        }
    ]
}