Vaporfly Vaporizer

Removes Facebook comments and posts that mention Nike Supershoes

ما هو Vaporfly Vaporizer؟

Vaporfly Vaporizer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Removes Facebook comments and posts that mention Nike Supershoes".

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

screenshot

تحميل ملف CRX للإضافة Vaporfly Vaporizer

قم بتنزيل ملفات الامتداد Vaporfly Vaporizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This Chrome Extension will hide (leaving a blank space) all posts or comments with Vaporfly, Alphafly, Next%, or 4%.

If it is a post, it will hide the post AND all comments. If it is a comment, it will hide just the comment.12                    

معلومات أساسية عن التمديد

الاسم Vaporfly Vaporizer Vaporfly Vaporizer
ID epccdegdcgopafaodmjhoibdebanphmg
عنوان URL الرسمي https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg
الوصف Removes Facebook comments and posts that mention Nike Supershoes
حجم الملف 446 KB
عدد التثبيتات 25
النسخة الحالية 0.1
آخر تحديث 2020-02-03
تاريخ النشر 2020-02-03
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vaporfly Vaporizer",
    "short_name": "vapor(fly)izer",
    "version": "0.1",
    "icons": {
        "16": "no-vaporfly-16px.png",
        "48": "no-vaporfly-48px.png",
        "128": "no-vaporfly-icon.png"
    },
    "description": "Removes Facebook comments and posts that mention Nike Supershoes",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}