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? là gì?

Whats This? là một tiện ích mở rộng Chrome được phát triển bởi https://bruhchan.xyz, và tính năng chính của nó là "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whats This?

Tải xuống các tệp mở rộng Whats This? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whats This? Whats This?
ID bipgbnnhdilbcdnfkdiijdmfmdbnndja
URL Chính Thức https://chromewebstore.google.com/detail/whats-this/bipgbnnhdilbcdnfkdiijdmfmdbnndja
Mô tả OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…
Kích Thước Tệp 6.34 KB
Số Lần Cài Đặt 1,203
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-12-21
Ngày Phát Hành 2019-12-20
Đánh Giá 4.83/5 Tổng số 24 Đánh Giá
Nhà Phát Triển https://bruhchan.xyz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}