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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bhupesh Singh, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Country Flags Scrollbar

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    ]
}