NoRollr - Rick Roll Blocker

Stop getting Rick Rolled, with a variety of URLs.

什麼是NoRollr - Rick Roll Blocker?

NoRollr - Rick Roll Blocker是由https://jtlr.org開發的Chrome擴展程式,該擴展的主要功能是“Stop getting Rick Rolled, with a variety of URLs.”。

擴展截圖

screenshot

下載NoRollr - Rick Roll Blocker擴展crx文件

下載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
官方網址 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"
    }
}