Basad

Add Basad to all web page

Basad là gì?

Basad là một tiện ích mở rộng Chrome được phát triển bởi https://www.closeapp.co.il, và tính năng chính của nó là "Add Basad to all web page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Basad

Tải xuống các tệp mở rộng Basad dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Basad Basad
ID khcihpmbhkieabgonmhobakjppkoiffi
URL Chính Thức https://chromewebstore.google.com/detail/basad/khcihpmbhkieabgonmhobakjppkoiffi
Mô tả Add Basad to all web page
Kích Thước Tệp 79.59 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2022-07-27
Ngày Phát Hành 2017-06-01
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.closeapp.co.il
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.closeapp.co.il
URL Trang Trợ Giúp https://closeapp.co.il/contact-us/
Ngôn Ngữ Được Hỗ Trợ 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": []
}