B

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

Vad är B?

B är en Chrome-tillägg utvecklad av Brandon Richardson, och dess huvudfunktion är "Replace all your B's with the B emoji. Because yolo.".

Ladda ner B-förlängningens CRX-fil

Ladda ner B-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn B B
ID eebmdpmagehncpidjeppgnhichnloenk
Officiell webbadress https://chrome.google.com/webstore/detail/b/eebmdpmagehncpidjeppgnhichnloenk
Beskrivning Replace all your B's with the B emoji. Because yolo.
Filstorlek 10.77 KB
Antal Installationer 54
Aktuell Version 0.0.1
Senast Uppdaterad 2018-02-18
Publiceringsdatum 2018-02-18
Betyg 4.50/5 Totalt 6 Betyg
Utvecklare Brandon Richardson
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/brandon1024/find/blob/master/.github/PRIVACY.md
Stödda Språk 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
}