CSS無効化くん
全てのCSSを無効にしてくれます。
Vad är CSS無効化くん?
CSS無効化くん är en Chrome-tillägg utvecklad av https://www.be-s.co.jp, och dess huvudfunktion är "全てのCSSを無効にしてくれます。".
Tilläggsskärmbilder
Ladda ner CSS無効化くん-förlängningens CRX-fil
Ladda ner CSS無効化くん-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
全てのCSSを無効にしてくれます。
* 2019.04.02
リンク無効化、画像無効化を追加しました。 Grundläggande Information om Tillägg
| Namn | |
| ID | locapbphgfloicmncpgmjnglfepfjfbm |
| Officiell webbadress | https://chromewebstore.google.com/detail/css%E7%84%A1%E5%8A%B9%E5%8C%96%E3%81%8F%E3%82%93/locapbphgfloicmncpgmjnglfepfjfbm |
| Beskrivning | 全てのCSSを無効にしてくれます。 |
| Filstorlek | 38.17 KB |
| Antal Installationer | 4,200 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2019-04-02 |
| Publiceringsdatum | 2019-04-01 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.be-s.co.jp |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.be-s.co.jp/privacy_policy |
| Stödda Språk | 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\/"
]
} | |