Youtube Recommend Removal

Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!

ما هو Youtube Recommend Removal؟

Youtube Recommend Removal هو إضافة Chrome تم تطويرها بواسطة vector.mic، والميزة الرئيسية لها هي "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!".

تحميل ملف CRX للإضافة Youtube Recommend Removal

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

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

                        Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!                    

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

الاسم Youtube Recommend Removal Youtube Recommend Removal
ID dijlhlnapjjambnbnochecfdobionjlf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf
الوصف Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
حجم الملف 67.24 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.1
آخر تحديث 2018-06-13
تاريخ النشر 2018-06-13
تقييم 4.79/5 مجموع تقييمات 109
المطور vector.mic
نوع الدفع free
موقع الإضافة https://sgweb.vn/
اللغات المدعومة vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Recommend Removal",
    "version": "1.0.1",
    "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!",
    "manifest_version": 2,
    "icons": {
        "16": "images\/sgw-16x16.png",
        "128": "images\/sgw-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/scripts\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/third-party\/jquery-3.3.1.min.js",
                ".\/scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/sgw-50x50-bw.png",
        "images\/sgw-50x50-gray.png"
    ]
}