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