Custom sites
create a website style
Hvad er Custom sites?
Custom sites er en Chrome-udvidelse udviklet af akimovivan355, og dens hovedfunktion er "create a website style".
Udvidelsesskærmbilleder
Download Custom sites-udvidelses-CRX-fil
Download Custom sites-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Custom sites |
ID | hiadibhippamgikegbcbfagpalmfoonh |
Officiel URL | https://chromewebstore.google.com/detail/custom-sites/hiadibhippamgikegbcbfagpalmfoonh |
Beskrivelse | create a website style |
Filstørrelse | 45.04 KB |
Antal Installationer | 42 |
Nuværende Version | 4.1 |
Senest Opdateret | 2023-01-24 |
Udgivelsesdato | 2021-09-01 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | akimovivan355 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |