chrome-usercss-hogashi

usercss for each site

Wat is chrome-usercss-hogashi?

chrome-usercss-hogashi is een Chrome-extensie ontwikkeld door hogashi, en de belangrijkste functie is "usercss for each site".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie chrome-usercss-hogashi

Download chrome-usercss-hogashi-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

                        UserCSS をサイトごとに挿入する拡張機能です。サイトは hostname ごとに区別され、それぞれのサイトにそれぞれの UserCSS を設定できます。
利用に責任を負いません。他人から渡された信用できないコードは入力しないでください。                    

Basisinformatie over de Extensie

Naam chrome-usercss-hogashi chrome-usercss-hogashi
ID bddeakjniijkggfocbdngafgdjkljkje
Officiële URL https://chromewebstore.google.com/detail/chrome-usercss-hogashi/bddeakjniijkggfocbdngafgdjkljkje
Beschrijving usercss for each site
Bestandsgrootte 1.67 MB
Aantal Installaties 19
Huidige Versie 0.4.1
Laatst Bijgewerkt 2022-01-16
Publicatiedatum 2020-12-26
Ontwikkelaar hogashi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hogashi.hatenablog.com
URL van de Privacybeleid Pagina https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "chrome-usercss-hogashi",
    "version": "0.4.1",
    "description": "usercss for each site",
    "author": "hogashi",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "chrome-usercss-hogashi",
        "default_popup": "popup.html"
    },
    "options_page": "popup.html"
}