Whats This?

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

Что такое Whats This??

Whats This? - это расширение Chrome, разработанное https://bruhchan.xyz, и его основная функция - "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Whats This?

Скачайте файлы расширений Whats This? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
Официальный URL https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Описание OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Размер файла 6.34 KB
Количество установок 1,203
Текущая Версия 0.1
Последнее Обновление 2019-12-21
Дата публикации 2019-12-20
Рейтинг 4.83/5 Всего 24 оценок
Разработчик https://bruhchan.xyz
Тип оплаты free
Поддерживаемые языки 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"
    ]
}