Basad

Add Basad to all web page

Hvad er Basad?

Basad er en Chrome-udvidelse udviklet af https://www.closeapp.co.il, og dens hovedfunktion er "Add Basad to all web page".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Basad-udvidelses-CRX-fil

Download Basad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Basad Basad
ID khcihpmbhkieabgonmhobakjppkoiffi
Officiel URL https://chromewebstore.google.com/detail/basad/khcihpmbhkieabgonmhobakjppkoiffi
Beskrivelse Add Basad to all web page
Filstørrelse 79.59 KB
Antal Installationer 80
Nuværende Version 0.0.5
Senest Opdateret 2022-07-27
Udgivelsesdato 2017-06-01
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://www.closeapp.co.il
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.closeapp.co.il
Hjælpeside-URL https://closeapp.co.il/contact-us/
Understøttede Sprog 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": []
}