Basad

Add Basad to all web page

What is Basad?

Basad is a Chrome extension developed by https://www.closeapp.co.il, and its main feature is "Add Basad to all web page".

Extension Screenshots

screenshot
screenshot

Download Basad Extension CRX File

Download Basad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Basad Basad
ID khcihpmbhkieabgonmhobakjppkoiffi
Official URL https://chromewebstore.google.com/detail/basad/khcihpmbhkieabgonmhobakjppkoiffi
Description Add Basad to all web page
File Size 79.59 KB
Installation Count 80
Current Version 0.0.5
Last Updated 2022-07-27
Publish Date 2017-06-01
Rating 5.00/5 Total 5 Ratings
Developer https://www.closeapp.co.il
Email [email protected]
Payment Type free
Extension Website https://www.closeapp.co.il
Help Page URL https://closeapp.co.il/contact-us/
Supported Languages 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": []
}