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
官方網址 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"
    ]
}