Custom sites
create a website style
Wat is Custom sites?
Custom sites is een Chrome-extensie ontwikkeld door akimovivan355, en de belangrijkste functie is "create a website style".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom sites
Download Custom sites-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
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
Basisinformatie over de Extensie
Naam | Custom sites |
ID | hiadibhippamgikegbcbfagpalmfoonh |
Officiële URL | https://chromewebstore.google.com/detail/custom-sites/hiadibhippamgikegbcbfagpalmfoonh |
Beschrijving | create a website style |
Bestandsgrootte | 45.04 KB |
Aantal Installaties | 42 |
Huidige Versie | 4.1 |
Laatst Bijgewerkt | 2023-01-24 |
Publicatiedatum | 2021-09-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | akimovivan355 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |