Country Flags Scrollbar

Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble

Country Flags Scrollbarとは何ですか?

Country Flags ScrollbarはBhupesh Singhによって開発されたChromeの拡張機能で、その主な機能は「Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble」です。

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

screenshot
screenshot
screenshot
screenshot

Country Flags Scrollbar拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You can change how your scrollbar looks. Add you own custom image or choose from the given list.

# Note: after installing it for first time, reload any open tabs for the extension to work.                    

拡張機能の基本情報

名前 Country Flags Scrollbar Country Flags Scrollbar
ID fgkbighieaohkbofflomdgickbdoncji
公式URL https://chromewebstore.google.com/detail/country-flags-scrollbar/fgkbighieaohkbofflomdgickbdoncji
説明 Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble
ファイルサイズ 2.33 MB
インストール数 59
現在のバージョン 2
最終更新日 2024-01-31
公開日 2023-11-04
開発者 Bhupesh Singh
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://direct.me/bhupesh
ヘルプページのURL https://direct.me/bhupesh
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Country Flags Scrollbar",
    "version": "2",
    "manifest_version": 3,
    "description": "Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo\/logo-16.png",
            "32": "\/images\/logo\/logo-32.png",
            "48": "\/images\/logo\/logo-48.png",
            "128": "\/images\/logo\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo\/logo-16.png",
        "32": "\/images\/logo\/logo-32.png",
        "48": "\/images\/logo\/logo-48.png",
        "128": "\/images\/logo\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myScript.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "options_page": "about.html",
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}