More Colors
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Qu'est-ce que More Colors ?
More Colors est une extension Chrome développée par Daniel W, et sa fonction principale est "One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension More Colors
Téléchargez les fichiers d'extension More Colors au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Informations de Base sur l'Extension
Nom | |
ID | annnclmombcdbkkadbffibajhjpopgdo |
URL Officiel | https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo |
Description | One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling. |
Taille du Fichier | 5.15 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-09-25 |
Date de Publication | 2014-09-25 |
Évaluation | 4.00/5 Total 6 Évaluations |
Développeur | Daniel W |
Type de Paiement | free |
Site Web de l'Extension | http://www.danielw.org |
URL de la Page d'Aide | http://www.danielw.org |
Langues Prises en Charge | 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 } |