Whats This?

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

Co to jest Whats This??

Whats This? to rozszerzenie Chrome opracowane przez https://bruhchan.xyz, a jego główną funkcją jest „OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Whats This?

Pobierz pliki rozszerzeń Whats This? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
Oficjalny URL https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Opis OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Rozmiar pliku 6.34 KB
Liczba instalacji 1,203
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-12-21
Data Publikacji 2019-12-20
Ocena 4.83/5 Łącznie 24 Oceny
Deweloper https://bruhchan.xyz
Typ Płatności free
Obsługiwane Języki 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"
    ]
}