RickBlock

RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!

ما هو RickBlock؟

RickBlock هو إضافة Chrome تم تطويرها بواسطة bjornorri، والميزة الرئيسية لها هي "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!".

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

screenshot

تحميل ملف CRX للإضافة RickBlock

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

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

                        RickBlock identifies and warns you about any RickRoll links that you may come across by displaying the RickBlock icon.
Don't get yourself RickRoll'd again!                    

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

الاسم RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
الوصف RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
حجم الملف 1.54 MB
عدد التثبيتات 428
النسخة الحالية 1.0
آخر تحديث 2014-08-21
تاريخ النشر 2014-08-21
تقييم 4.00/5 مجموع تقييمات 5
المطور bjornorri
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RickBlock",
    "version": "1.0",
    "description": "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "links.css"
            ],
            "js": [
                "links.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}