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? هو إضافة Chrome تم تطويرها بواسطة https://bruhchan.xyz، والميزة الرئيسية لها هي "OwOify your webpages with this amazing new extension. (This means all webpage content will be re-written by a furry) Equipped with…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Whats This?

قم بتنزيل ملفات الامتداد Whats This? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}