RickRoll Blocker

Never get rickrolled !

ما هو RickRoll Blocker؟

RickRoll Blocker هو إضافة Chrome تم تطويرها بواسطة Aquib Khan، والميزة الرئيسية لها هي "Never get rickrolled !".

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

screenshot

تحميل ملف CRX للإضافة RickRoll Blocker

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

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

                        This is an advanced extension which blocks rickroll in a smarter way ! Now click links without being scared, Rickroll blocker is there to help you !                    

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

الاسم RickRoll Blocker RickRoll Blocker
ID opddmdpgdeaiacngndbpnjgkcaefebeb
عنوان URL الرسمي https://chromewebstore.google.com/detail/rickroll-blocker/opddmdpgdeaiacngndbpnjgkcaefebeb
الوصف Never get rickrolled !
حجم الملف 42.3 KB
عدد التثبيتات 463
النسخة الحالية 1.0
آخر تحديث 2022-09-29
تاريخ النشر 2022-08-12
تقييم 5.00/5 مجموع تقييمات 3
المطور Aquib Khan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "RickRoll Blocker",
    "version": "1.0",
    "description": "Never get rickrolled !",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "warn\/warn.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}