Unstyler
Toggle website styling.
What is Unstyler?
Unstyler is a Chrome extension developed by Miguel Piedrafita, and its main feature is "Toggle website styling.".
Extension Screenshots
Download Unstyler Extension CRX File
Download Unstyler 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
With the Unstyler, you can toggle CSS from websites
Extension Basic Information
Name | Unstyler |
ID | iniahmhgmcmkimliphhbgfkmichgccjd |
Official URL | https://chromewebstore.google.com/detail/unstyler/iniahmhgmcmkimliphhbgfkmichgccjd |
Description | Toggle website styling. |
File Size | 27.57 KB |
Installation Count | 553 |
Current Version | 1.0.1 |
Last Updated | 2018-12-06 |
Publish Date | 2018-12-06 |
Developer | Miguel Piedrafita |
[email protected] | |
Payment Type | free |
Extension Website | https://miguelpiedrafita.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unstyler", "version": "1.0.1", "description": "Toggle website styling.", "homepage_url": "https:\/\/miguelpiedrafita.com", "author": "Miguel Piedrafita", "manifest_version": 2, "background": { "scripts": [ "index.js" ], "persistent": false }, "browser_action": { "default_title": "Unstyler" }, "permissions": [ "activeTab" ], "icons": { "128": "assets\/logo.png" } } |