YouTube Comment Deleter

Clear your YouTube comment history

ما هو YouTube Comment Deleter؟

YouTube Comment Deleter هو إضافة Chrome تم تطويرها بواسطة ian-campbell، والميزة الرئيسية لها هي "Clear your YouTube comment history".

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

screenshot

تحميل ملف CRX للإضافة YouTube Comment Deleter

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

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

                        Erase your YouTube comment history. Simply add to Chrome, open the extension, navigate to your comment history page, and then clear your comment history slow and steady.

Opinions and code contributions welcome at https://github.com/ian-campbell/Erasure/discussions/                    

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

الاسم YouTube Comment Deleter YouTube Comment Deleter
ID lkhceldiinefjkocccdmpgheheeddfmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb
الوصف Clear your YouTube comment history
حجم الملف 70.04 KB
عدد التثبيتات 1,546
النسخة الحالية 2.1.1
آخر تحديث 2022-01-22
تاريخ النشر 2019-10-02
تقييم 4.64/5 مجموع تقييمات 59
المطور ian-campbell
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ian-campbell/Erasure
عنوان صفحة المساعدة https://github.com/ian-campbell/Erasure
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Comment Deleter",
    "version": "2.1.1",
    "description": "Clear your YouTube comment history",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "manifest_version": 2
}