Custom sites
create a website style
What is Custom sites?
Custom sites is a Chrome extension developed by akimovivan355, and its main feature is "create a website style".
Extension Screenshots
Download Custom sites Extension CRX File
Download Custom sites extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Custom sites |
ID | hiadibhippamgikegbcbfagpalmfoonh |
Official URL | https://chromewebstore.google.com/detail/custom-sites/hiadibhippamgikegbcbfagpalmfoonh |
Description | create a website style |
File Size | 45.04 KB |
Installation Count | 42 |
Current Version | 4.1 |
Last Updated | 2023-01-24 |
Publish Date | 2021-09-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | akimovivan355 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |