Whats This?

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

Apa itu Whats This??

Whats This? adalah ekstensi Chrome yang dikembangkan oleh https://bruhchan.xyz, dan fitur utamanya adalah "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Whats This?

Unduh file ekstensi Whats This? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
URL Resmi https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Deskripsi OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Ukuran File 6.34 KB
Jumlah Instalasi 1,203
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-12-21
Tanggal Publikasi 2019-12-20
Penilaian 4.83/5 Total 24 Penilaian
Pengembang https://bruhchan.xyz
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}