Custom sites

create a website style

Custom sitesとは何ですか?

Custom sitesはakimovivan355によって開発されたChromeの拡張機能で、その主な機能は「create a website style」です。

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

screenshot
screenshot
screenshot
screenshot

Custom sites拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        the application allows you to customize the interface of google and youtube. Select separate colors for the text of the background links using the full RGB palette for each site separately, the colors can be reset if necessary                    

拡張機能の基本情報

名前 Custom sites Custom sites
ID hiadibhippamgikegbcbfagpalmfoonh
公式URL https://chromewebstore.google.com/detail/custom-sites/hiadibhippamgikegbcbfagpalmfoonh
説明 create a website style
ファイルサイズ 45.04 KB
インストール数 42
現在のバージョン 4.1
最終更新日 2023-01-24
公開日 2021-09-01
評価 5.00/5 合計 1 レビュー
開発者 akimovivan355
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom sites",
    "description": "create a website style",
    "version": "4.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "image 3.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*.google.com\/"
    ]
}