Whats This?

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

Qu'est-ce que Whats This? ?

Whats This? est une extension Chrome développée par https://bruhchan.xyz, et sa fonction principale est "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Whats This?

Téléchargez les fichiers d'extension Whats This? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
URL Officiel 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…
Taille du Fichier 6.34 KB
Nombre d'Installations 1,203
Version Actuelle 0.1
Dernière Mise à Jour 2019-12-21
Date de Publication 2019-12-20
Évaluation 4.83/5 Total 24 Évaluations
Développeur https://bruhchan.xyz
Type de Paiement free
Langues Prises en Charge 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"
    ]
}