Whats This?

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

Vad är Whats This??

Whats This? är en Chrome-tillägg utvecklad av https://bruhchan.xyz, och dess huvudfunktion är "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Tilläggsskärmbilder

screenshot

Ladda ner Whats This?-förlängningens CRX-fil

Ladda ner Whats This?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
Officiell webbadress https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Beskrivning OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Filstorlek 6.34 KB
Antal Installationer 1,203
Aktuell Version 0.1
Senast Uppdaterad 2019-12-21
Publiceringsdatum 2019-12-20
Betyg 4.83/5 Totalt 24 Betyg
Utvecklare https://bruhchan.xyz
Betalningssätt free
Stödda Språk 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"
    ]
}