Whats This?

OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…

Co je Whats This??

Whats This? je rozšíření Chrome vyvinuté https://bruhchan.xyz, a jeho hlavní funkcí je „OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Whats This?

Stáhněte si soubory rozšíření Whats This? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        OwOify your webpages with this amazing new extension.
(This means all webpage content will be re-written by a furry)
Equipped with a brand new Newtab page, and an adblocker                    

Základní Informace o Rozšíření

Název Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
Oficiální URL https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Popis OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Velikost souboru 6.34 KB
Počet instalací 1,203
Aktuální Verze 0.1
Poslední Aktualizace 2019-12-21
Datum Vydání 2019-12-20
Hodnocení 4.83/5 Celkem 24 Hodnocení
Vývojář https://bruhchan.xyz
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whats This?",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "nt.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "active_tab"
    ]
}