C-Strip
Strips css from pages on request
What is C-Strip?
C-Strip is a Chrome extension developed by https://vertagon.net, and its main feature is "Strips css from pages on request".
Extension Screenshots
Download C-Strip Extension CRX File
Download C-Strip 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
C-strip is a simple tool that strips away css style from webpages with the click of a button, leaving only raw html to view. C-strip can be used as a developer tool or just for pure fun. Extension Basic Information
| Name | |
| ID | hedidopmliaolnhbeklnfmcndgcjlmab |
| Official URL | https://chromewebstore.google.com/detail/c-strip/hedidopmliaolnhbeklnfmcndgcjlmab |
| Description | Strips css from pages on request |
| File Size | 8.62 KB |
| Installation Count | 222 |
| Current Version | 1.3 |
| Last Updated | 2019-07-24 |
| Publish Date | 2019-07-23 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | https://vertagon.net |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://www.vertagon.net/post/c-strip.html |
| Help Page URL | http://www.vertagon.net/post/c-strip.html |
| Privacy Policy Page URL | http://www.vertagon.net/legal.html |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "C-Strip",
"description": "Strips css from pages on request",
"version": "1.3",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"background",
"tabs",
"https:\/\/*\/*",
"http:\/\/*\/*"
]
} | |