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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ https://jtlr.org/chrome/norollr/
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}