Whats This?

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

Cos'è Whats This??

Whats This? è un'estensione di Chrome sviluppata da https://bruhchan.xyz, e la sua funzione principale è "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Whats This?

Scarica i file di estensione Whats This? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
URL Ufficiale https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Descrizione OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Dimensione del File 6.34 KB
Conteggio Installazioni 1,203
Versione Corrente 0.1
Ultimo Aggiornamento 2019-12-21
Data di Pubblicazione 2019-12-20
Valutazione 4.83/5 Totale 24 Valutazioni
Sviluppatore https://bruhchan.xyz
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}