Whats This?

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

Wat is Whats This??

Whats This? is een Chrome-extensie ontwikkeld door https://bruhchan.xyz, en de belangrijkste functie is "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Whats This?

Download Whats This?-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

                        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                    

Basisinformatie over de Extensie

Naam Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
Officiële URL https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Beschrijving OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Bestandsgrootte 6.34 KB
Aantal Installaties 1,203
Huidige Versie 0.1
Laatst Bijgewerkt 2019-12-21
Publicatiedatum 2019-12-20
Beoordeling 4.83/5 Totaal 24 Beoordelingen
Ontwikkelaar https://bruhchan.xyz
Betalingswijze free
Ondersteunde Talen 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"
    ]
}