Whats This?

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

Was ist Whats This??

Whats This? ist eine Chrome-Erweiterung, die von https://bruhchan.xyz entwickelt wurde, und ihr Hauptmerkmal ist "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Erweiterungsscreenshots

screenshot

Whats This?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whats This?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
Offizielle URL https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Beschreibung OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Dateigröße 6.34 KB
Installationsanzahl 1,203
Aktuelle Version 0.1
Letztes Update 2019-12-21
Veröffentlichungsdatum 2019-12-20
Bewertung 4.83/5 Insgesamt 24 Bewertungen
Entwickler https://bruhchan.xyz
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}