More Colors
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Was ist More Colors?
More Colors ist eine Chrome-Erweiterung, die von Daniel W entwickelt wurde, und ihr Hauptmerkmal ist "One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.".
Erweiterungsscreenshots
More Colors-Erweiterungs-CRX-Datei herunterladen
Laden Sie More Colors-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Grundlegende Informationen zur Erweiterung
Name | |
ID | annnclmombcdbkkadbffibajhjpopgdo |
Offizielle URL | https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo |
Beschreibung | One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling. |
Dateigröße | 5.15 KB |
Installationsanzahl | 53 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2014-09-25 |
Veröffentlichungsdatum | 2014-09-25 |
Bewertung | 4.00/5 Insgesamt 6 Bewertungen |
Entwickler | Daniel W |
Zahlungsart | free |
Erweiterungswebsite | http://www.danielw.org |
Hilfeseite URL | http://www.danielw.org |
Unterstützte Sprachen | 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 } |