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…

Wat is B?

B is een Chrome-extensie ontwikkeld door omniscience, en de belangrijkste functie is "🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie B

Download B-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🅱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.                    

Basisinformatie over de Extensie

Naam B B
ID dkhnigliajfonnhdgdgkcceknciijlhp
Officiële URL https://chromewebstore.google.com/detail/b/dkhnigliajfonnhdgdgkcceknciijlhp
Beschrijving 🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…
Bestandsgrootte 29.86 KB
Aantal Installaties 699
Huidige Versie 0.1.2
Laatst Bijgewerkt 2018-01-12
Publicatiedatum 2018-01-12
Beoordeling 4.12/5 Totaal 86 Beoordelingen
Ontwikkelaar omniscience
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}