Basad

Add Basad to all web page

Cos'è Basad?

Basad è un'estensione di Chrome sviluppata da https://www.closeapp.co.il, e la sua funzione principale è "Add Basad to all web page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Basad

Scarica i file di estensione Basad 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

                        האפליקציה מאפשרת להוסיף בס"ד שיופיע באופן אוטומטי בראש כל עמוד אינטרנט שאליו תגלשו.
ניתן לשנות את הכיתוב ולבחור מה הכיתוב שיופיע בראש העמוד.                    

Informazioni di Base sull'Estensione

Nome Basad Basad
ID khcihpmbhkieabgonmhobakjppkoiffi
URL Ufficiale https://chromewebstore.google.com/detail/basad/khcihpmbhkieabgonmhobakjppkoiffi
Descrizione Add Basad to all web page
Dimensione del File 79.59 KB
Conteggio Installazioni 80
Versione Corrente 0.0.5
Ultimo Aggiornamento 2022-07-27
Data di Pubblicazione 2017-06-01
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://www.closeapp.co.il
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.closeapp.co.il
URL della Pagina di Aiuto https://closeapp.co.il/contact-us/
Lingue Supportate en
manifest.json
{
    "name": "Basad",
    "version": "0.0.5",
    "description": "Add Basad to all web page",
    "permissions": [
        "cookies",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "64": "64x64.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [],
            "matches": [
                ""
            ],
            "js": [
                "calendar.js",
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scriptbg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "basad"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": []
}