Styler
Add custom CSS styles, JavaScript & jQuery to any websites
What is Styler?
Styler is a Chrome extension developed by Luke Stateson, and its main feature is "Add custom CSS styles, JavaScript & jQuery to any websites".
Extension Screenshots
Download Styler Extension CRX File
Download Styler 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
Add custom CSS and JavaScript to any web pages. Simple & Easy to use. Support the Styler by writing a review! Your support is very valuable and speeds up new features! Open source, no tracking, no telemetry, no data collection.
Extension Basic Information
Name | Styler |
ID | bogdgcfoocbajfkjjolkmcdcnnellpkb |
Official URL | https://chromewebstore.google.com/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb |
Description | Add custom CSS styles, JavaScript & jQuery to any websites |
File Size | 190 KB |
Installation Count | 12,253 |
Current Version | 6.1.1 |
Last Updated | 2020-08-25 |
Publish Date | 2020-01-27 |
Rating | 4.05/5 Total 129 Ratings |
Developer | Luke Stateson |
[email protected] | |
Payment Type | free |
Extension Website | https://major-themes.com/ |
Help Page URL | https://major-themes.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Styler", "version": "6.1.1", "manifest_version": 2, "description": "Add custom CSS styles, JavaScript & jQuery to any websites", "browser_action": { "default_icon": "32.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } } |