Active Search Bar

Active Search Bar

Cos'è Active Search Bar?

Active Search Bar è un'estensione di Chrome sviluppata da https://activesearchbar.me, e la sua funzione principale è "Active Search Bar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Active Search Bar

Scarica i file di estensione Active Search Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        changes the default search bar to activesearchbar.me                    

Informazioni di Base sull'Estensione

Nome Active Search Bar Active Search Bar
ID pkofdnfadkamabkgjdjcddeopopbdjhg
URL Ufficiale https://chromewebstore.google.com/detail/active-search-bar/pkofdnfadkamabkgjdjcddeopopbdjhg
Descrizione Active Search Bar
Dimensione del File 7.57 KB
Conteggio Installazioni 783
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-10-03
Data di Pubblicazione 2021-10-01
Valutazione 1.06/5 Totale 139 Valutazioni
Sviluppatore https://activesearchbar.me
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://activesearchbar.me/privacy
Lingue Supportate en-US
manifest.json
{
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "logo128.png"
    },
    "homepage_url": "https:\/\/activesearchbar.me",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "the web",
            "keyword": "asb",
            "search_url": "https:\/\/activesearchbar.me\/search?q={searchTerms}&s=rg_om&u=%USERID%",
            "favicon_url": "https:\/\/activesearchbar.me\/assets\/searchbar\/favicon.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "description": "Active Search Bar",
    "icons": {
        "128": "logo128.png"
    },
    "manifest_version": 3,
    "name": "Active Search Bar",
    "permissions": [
        "cookies",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/activesearchbar.me\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}