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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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