Country Flags Scrollbar

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

Was ist Country Flags Scrollbar?

Country Flags Scrollbar ist eine Chrome-Erweiterung, die von Bhupesh Singh entwickelt wurde, und ihr Hauptmerkmal ist "Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Country Flags Scrollbar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Country Flags Scrollbar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Country Flags Scrollbar Country Flags Scrollbar
ID fgkbighieaohkbofflomdgickbdoncji
Offizielle URL https://chromewebstore.google.com/detail/country-flags-scrollbar/fgkbighieaohkbofflomdgickbdoncji
Beschreibung Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble
Dateigröße 2.33 MB
Installationsanzahl 59
Aktuelle Version 2
Letztes Update 2024-01-31
Veröffentlichungsdatum 2023-11-04
Entwickler Bhupesh Singh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://direct.me/bhupesh
Hilfeseite URL https://direct.me/bhupesh
Unterstützte Sprachen 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"
    ]
}