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
公式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
Eメール [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"
    }
}