More Colors

One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.

Wat is More Colors?

More Colors is een Chrome-extensie ontwikkeld door Daniel W, en de belangrijkste functie is "One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie More Colors

Download More Colors-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

                        One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.                    

Basisinformatie over de Extensie

Naam More Colors More Colors
ID annnclmombcdbkkadbffibajhjpopgdo
Officiële URL https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo
Beschrijving One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Bestandsgrootte 5.15 KB
Aantal Installaties 53
Huidige Versie 1.0.2
Laatst Bijgewerkt 2014-09-25
Publicatiedatum 2014-09-25
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Daniel W
Betalingswijze free
Extensiewebsite http://www.danielw.org
Help Pagina-URL http://www.danielw.org
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "More Colors",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "tabs",
        "background"
    ],
    "icons": {
        "16": "color.png"
    },
    "browser_action": {
        "default_title": "Makes your internet experience a little more colorful",
        "default_icon": "color.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "hover.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}