Basad

Add Basad to all web page

Wat is Basad?

Basad is een Chrome-extensie ontwikkeld door https://www.closeapp.co.il, en de belangrijkste functie is "Add Basad to all web page".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Basad

Download Basad-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

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

Basisinformatie over de Extensie

Naam Basad Basad
ID khcihpmbhkieabgonmhobakjppkoiffi
Officiële URL https://chromewebstore.google.com/detail/basad/khcihpmbhkieabgonmhobakjppkoiffi
Beschrijving Add Basad to all web page
Bestandsgrootte 79.59 KB
Aantal Installaties 80
Huidige Versie 0.0.5
Laatst Bijgewerkt 2022-07-27
Publicatiedatum 2017-06-01
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.closeapp.co.il
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.closeapp.co.il
Help Pagina-URL https://closeapp.co.il/contact-us/
Ondersteunde Talen 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": []
}