CSS無効化くん

全てのCSSを無効にしてくれます。

Wat is CSS無効化くん?

CSS無効化くん is een Chrome-extensie ontwikkeld door https://www.be-s.co.jp, en de belangrijkste functie is "全てのCSSを無効にしてくれます。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CSS無効化くん

Download CSS無効化くん-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        全てのCSSを無効にしてくれます。

* 2019.04.02

リンク無効化、画像無効化を追加しました。                    

Basisinformatie over de Extensie

Naam CSS無効化くん CSS無効化くん
ID locapbphgfloicmncpgmjnglfepfjfbm
Officiële URL https://chromewebstore.google.com/detail/css%E7%84%A1%E5%8A%B9%E5%8C%96%E3%81%8F%E3%82%93/locapbphgfloicmncpgmjnglfepfjfbm
Beschrijving 全てのCSSを無効にしてくれます。
Bestandsgrootte 38.17 KB
Aantal Installaties 4,200
Huidige Versie 1.3
Laatst Bijgewerkt 2019-04-02
Publicatiedatum 2019-04-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.be-s.co.jp
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.be-s.co.jp/privacy_policy
Ondersteunde Talen 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\/"
    ]
}