Whats This?

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

O que é Whats This??

Whats This? é uma extensão do Chrome desenvolvida por https://bruhchan.xyz, e sua principal característica é "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Whats This?

Baixe arquivos de extensão Whats This? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
URL Oficial https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Descrição OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Tamanho do Arquivo 6.34 KB
Contagem de Instalações 1,203
Versão Atual 0.1
Última Atualização 2019-12-21
Data de Publicação 2019-12-20
Classificação 4.83/5 Total de 24 Avaliações
Desenvolvedor https://bruhchan.xyz
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}