B

🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…

Vad är B?

B är en Chrome-tillägg utvecklad av omniscience, och dess huvudfunktion är "🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…".

Tilläggsskärmbilder

screenshot
screenshot

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

                        🅱urf the we🅱 in 🅱tyle.

Replaces all the B's on the pages you visit with 🅱.



Updates:

v0.1.2
- Settings menu to dynamically enable/disable.
- Fixed some issues with input areas that are non-input elements with contentEditable set.

v0.1.1
- Basic functionality on page load.                    

Grundläggande Information om Tillägg

Namn B B
ID dkhnigliajfonnhdgdgkcceknciijlhp
Officiell webbadress https://chromewebstore.google.com/detail/b/dkhnigliajfonnhdgdgkcceknciijlhp
Beskrivning 🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…
Filstorlek 29.86 KB
Antal Installationer 699
Aktuell Version 0.1.2
Senast Uppdaterad 2018-01-12
Publiceringsdatum 2018-01-12
Betyg 4.12/5 Totalt 86 Betyg
Utvecklare omniscience
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "B",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "B",
        "default_popup": "src\/B-popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "src\/B-background.html",
        "scripts": []
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/B-content.js"
            ]
        }
    ]
}