NoRollr - Rick Roll Blocker

Stop getting Rick Rolled, with a variety of URLs.

ما هو NoRollr - Rick Roll Blocker؟

NoRollr - Rick Roll Blocker هو إضافة Chrome تم تطويرها بواسطة https://jtlr.org، والميزة الرئيسية لها هي "Stop getting Rick Rolled, with a variety of URLs.".

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

screenshot

تحميل ملف CRX للإضافة NoRollr - Rick Roll Blocker

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

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

                        Hate getting Rick Rolled by your friends?  NoRollr is the best solution to that.  NoRollr is a unique rick roll blocker for Google Chrome, as we block not only the original video's link but also rickrolls with different links.   We're frequently updating our product to ensure it covers the most rick roll links possible.   Install it in 2 clicks and reduce your chances of getting rolled; all for free with NoRollr.  

You get warned with a Chrome-Themed warning screen and are presented with the ability to visit the link or return to safety.  

Install NoRollr now.  It takes only 2 clicks!                    

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

الاسم NoRollr - Rick Roll Blocker NoRollr - Rick Roll Blocker
ID dndkbjjbmgkfhmbkglogllfabcffomlf
عنوان URL الرسمي https://chromewebstore.google.com/detail/norollr-rick-roll-blocker/dndkbjjbmgkfhmbkglogllfabcffomlf
الوصف Stop getting Rick Rolled, with a variety of URLs.
حجم الملف 26.05 KB
عدد التثبيتات 687
النسخة الحالية 1.0.6
آخر تحديث 2024-01-30
تاريخ النشر 2021-10-24
تقييم 4.33/5 مجموع تقييمات 3
المطور https://jtlr.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://jtlr.org/chrome/norollr/
عنوان صفحة المساعدة https://jtlr.org/chrome/norollr/
عنوان صفحة سياسة الخصوصية https://tracking.jtlrgroup.com/chromeprivacy
اللغات المدعومة en
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": "NoRollr - Rick Roll Blocker",
    "version": "1.0.6",
    "description": "Stop getting Rick Rolled, with a variety of URLs.",
    "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"
    }
}