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 là gì?

Country Flags Scrollbar là một tiện ích mở rộng Chrome được phát triển bởi Bhupesh Singh, và tính năng chính của nó là "Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Country Flags Scrollbar

Tải xuống các tệp mở rộng Country Flags Scrollbar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Country Flags Scrollbar Country Flags Scrollbar
ID fgkbighieaohkbofflomdgickbdoncji
URL Chính Thức https://chromewebstore.google.com/detail/country-flags-scrollbar/fgkbighieaohkbofflomdgickbdoncji
Mô tả Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble
Kích Thước Tệp 2.33 MB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2023-11-04
Nhà Phát Triển Bhupesh Singh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://direct.me/bhupesh
URL Trang Trợ Giúp https://direct.me/bhupesh
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}