Basad

Add Basad to all web page

什么是Basad?

Basad是由https://www.closeapp.co.il开发的Chrome扩展程序,该扩展的主要功能是“Add Basad to all web page”。

扩展截图

screenshot
screenshot

下载Basad扩展crx文件

下载Basad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Basad Basad
ID khcihpmbhkieabgonmhobakjppkoiffi
官方URL https://chromewebstore.google.com/detail/basad/khcihpmbhkieabgonmhobakjppkoiffi
简介 Add Basad to all web page
文件大小 79.59 KB
安装次数 80
当前版本 0.0.5
更新时间 2022-07-27
上架时间 2017-06-01
评分 5.00/5 共5次评分
开发者 https://www.closeapp.co.il
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.closeapp.co.il
帮助页面URL https://closeapp.co.il/contact-us/
支持的语言 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": []
}