Basad

Add Basad to all web page

Apa itu Basad?

Basad adalah ekstensi Chrome yang dikembangkan oleh https://www.closeapp.co.il, dan fitur utamanya adalah "Add Basad to all web page".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Basad

Unduh file ekstensi Basad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Basad Basad
ID khcihpmbhkieabgonmhobakjppkoiffi
URL Resmi https://chromewebstore.google.com/detail/basad/khcihpmbhkieabgonmhobakjppkoiffi
Deskripsi Add Basad to all web page
Ukuran File 79.59 KB
Jumlah Instalasi 80
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2022-07-27
Tanggal Publikasi 2017-06-01
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://www.closeapp.co.il
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.closeapp.co.il
URL Halaman Bantuan https://closeapp.co.il/contact-us/
Bahasa yang Didukung 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": []
}