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?是由https://bruhchan.xyz开发的Chrome扩展程序,该扩展的主要功能是“OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…”。

扩展截图

screenshot

下载Whats This?扩展crx文件

下载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"
    ]
}