Whats This?

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

What is Whats This??

Whats This? is a Chrome extension developed by https://bruhchan.xyz, and its main feature is "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Extension Screenshots

screenshot

Download Whats This? Extension CRX File

Download Whats This? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
Official URL https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Description OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
File Size 6.34 KB
Installation Count 1,203
Current Version 0.1
Last Updated 2019-12-21
Publish Date 2019-12-20
Rating 4.83/5 Total 24 Ratings
Developer https://bruhchan.xyz
Payment Type free
Supported Languages 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"
    ]
}