chrome-usercss-hogashi

usercss for each site

chrome-usercss-hogashiとは何ですか?

chrome-usercss-hogashiはhogashiによって開発されたChromeの拡張機能で、その主な機能は「usercss for each site」です。

拡張機能のスクリーンショット

screenshot

chrome-usercss-hogashi拡張機能のCRXファイルをダウンロード

chrome-usercss-hogashi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 chrome-usercss-hogashi chrome-usercss-hogashi
ID bddeakjniijkggfocbdngafgdjkljkje
公式URL https://chromewebstore.google.com/detail/chrome-usercss-hogashi/bddeakjniijkggfocbdngafgdjkljkje
説明 usercss for each site
ファイルサイズ 1.67 MB
インストール数 19
現在のバージョン 0.4.1
最終更新日 2022-01-16
公開日 2020-12-26
開発者 hogashi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hogashi.hatenablog.com
プライバシーポリシーページのURL https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md
対応言語 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"
}