CSS無効化くん
全てのCSSを無効にしてくれます。
What is CSS無効化くん?
CSS無効化くん is a Chrome extension developed by https://www.be-s.co.jp, and its main feature is "全てのCSSを無効にしてくれます。".
Extension Screenshots
Download CSS無効化くん Extension CRX File
Download CSS無効化くん 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
全てのCSSを無効にしてくれます。 * 2019.04.02 リンク無効化、画像無効化を追加しました。
Extension Basic Information
Name | CSS無効化くん |
ID | locapbphgfloicmncpgmjnglfepfjfbm |
Official URL | https://chromewebstore.google.com/detail/css%E7%84%A1%E5%8A%B9%E5%8C%96%E3%81%8F%E3%82%93/locapbphgfloicmncpgmjnglfepfjfbm |
Description | 全てのCSSを無効にしてくれます。 |
File Size | 38.17 KB |
Installation Count | 4,200 |
Current Version | 1.3 |
Last Updated | 2019-04-02 |
Publish Date | 2019-04-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.be-s.co.jp |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.be-s.co.jp/privacy_policy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS\u7121\u52b9\u5316\u304f\u3093", "version": "1.3", "description": "\u5168\u3066\u306eCSS\u3092\u7121\u52b9\u306b\u3057\u3066\u304f\u308c\u307e\u3059\u3002", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "listener.js" ] } ], "browser_action": { "default_icon": "icon16.png", "default_title": "CSS Invalidation", "default_popup": "popup.html" }, "permissions": [ "https:\/\/b3s.be-s.co.jp\/" ] } |