Country Flags Scrollbar

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

Wat is Country Flags Scrollbar?

Country Flags Scrollbar is een Chrome-extensie ontwikkeld door Bhupesh Singh, en de belangrijkste functie is "Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Country Flags Scrollbar

Download Country Flags Scrollbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Country Flags Scrollbar Country Flags Scrollbar
ID fgkbighieaohkbofflomdgickbdoncji
Officiële URL https://chromewebstore.google.com/detail/country-flags-scrollbar/fgkbighieaohkbofflomdgickbdoncji
Beschrijving Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble
Bestandsgrootte 2.33 MB
Aantal Installaties 59
Huidige Versie 2
Laatst Bijgewerkt 2024-01-31
Publicatiedatum 2023-11-04
Ontwikkelaar Bhupesh Singh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://direct.me/bhupesh
Help Pagina-URL https://direct.me/bhupesh
Ondersteunde Talen 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"
    ]
}