B

Replace all your B's with the B emoji. Because yolo.

Apa itu B?

B adalah ekstensi Chrome yang dikembangkan oleh Brandon Richardson, dan fitur utamanya adalah "Replace all your B's with the B emoji. Because yolo.".

Unduh Berkas CRX Ekstensi B

Unduh file ekstensi B 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

                        Replace all your B's with the B emoji. JUST DO IT.                    

Informasi Dasar Ekstensi

Nama B B
ID eebmdpmagehncpidjeppgnhichnloenk
URL Resmi https://chrome.google.com/webstore/detail/b/eebmdpmagehncpidjeppgnhichnloenk
Deskripsi Replace all your B's with the B emoji. Because yolo.
Ukuran File 10.77 KB
Jumlah Instalasi 54
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-02-18
Tanggal Publikasi 2018-02-18
Penilaian 4.50/5 Total 6 Penilaian
Pengembang Brandon Richardson
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/brandon1024/find/blob/master/.github/PRIVACY.md
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "B",
    "short_name": "B",
    "version": "0.0.1",
    "author": [
        "Brandon Richardson"
    ],
    "manifest_version": 2,
    "description": "Replace all your B's with the B emoji. Because yolo.",
    "permissions": [
        ""
    ],
    "icons": {
        "128": "b.png",
        "16": "b.png",
        "48": "b.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "offline_enabled": true
}