Custom sites
create a website style
Qu'est-ce que Custom sites ?
Custom sites est une extension Chrome développée par akimovivan355, et sa fonction principale est "create a website style".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom sites
Téléchargez les fichiers d'extension Custom sites 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
the application allows you to customize the interface of google and youtube. Select separate colors for the text of the background links using the full RGB palette for each site separately, the colors can be reset if necessary
Informations de Base sur l'Extension
Nom | Custom sites |
ID | hiadibhippamgikegbcbfagpalmfoonh |
URL Officiel | https://chromewebstore.google.com/detail/custom-sites/hiadibhippamgikegbcbfagpalmfoonh |
Description | create a website style |
Taille du Fichier | 45.04 KB |
Nombre d'Installations | 42 |
Version Actuelle | 4.1 |
Dernière Mise à Jour | 2023-01-24 |
Date de Publication | 2021-09-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | akimovivan355 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom sites", "description": "create a website style", "version": "4.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "48": "image 3.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "popup.html" }, "host_permissions": [ "*:\/\/*.google.com\/" ] } |