Remove YouTube Scammers

Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.

ما هو Remove YouTube Scammers؟

Remove YouTube Scammers هو إضافة Chrome تم تطويرها بواسطة Ashley Rudland، والميزة الرئيسية لها هي "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".

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

screenshot

تحميل ملف CRX للإضافة Remove YouTube Scammers

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

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

                        Watches the comments that appear on YouTube and removes those where the user is trying to impersonate the Channel author.                    

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

الاسم Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
عنوان URL الرسمي https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
الوصف Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
حجم الملف 15.86 KB
عدد التثبيتات 24
النسخة الحالية 1.0.0
آخر تحديث 2021-04-10
تاريخ النشر 2021-04-10
المطور Ashley Rudland
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove YouTube Scammers",
    "description": "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.",
    "version": "1.0.0",
    "author": "Ashley Rudland",
    "browser_action": {
        "default_title": "Remove YouTube Scammers"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}