Whats This?

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

Hvad er Whats This??

Whats This? er en Chrome-udvidelse udviklet af https://bruhchan.xyz, og dens hovedfunktion er "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Udvidelsesskærmbilleder

screenshot

Download Whats This?-udvidelses-CRX-fil

Download Whats This?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
Officiel URL https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Beskrivelse OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Filstørrelse 6.34 KB
Antal Installationer 1,203
Nuværende Version 0.1
Senest Opdateret 2019-12-21
Udgivelsesdato 2019-12-20
Bedømmelse 4.83/5 Samlet 24 Bedømmelser
Udvikler https://bruhchan.xyz
Betalingsmetode free
Understøttede Sprog 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"
    ]
}