RickRoll Blocker

Detects and blocks most Rick Rolls.

RickRoll Blockerとは何ですか?

RickRoll Blockerはflurriによって開発されたChromeの拡張機能で、その主な機能は「Detects and blocks most Rick Rolls.」です。

拡張機能のスクリーンショット

screenshot

RickRoll Blocker拡張機能のCRXファイルをダウンロード

RickRoll Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A *state of the art* extension to block most rickrolls for you.

Change Log:

1.0.1
Minor fix                    

拡張機能の基本情報

名前 RickRoll Blocker RickRoll Blocker
ID njmipjaiggbilpmdmkklojcgfhbfcdma
公式URL https://chromewebstore.google.com/detail/rickroll-blocker/njmipjaiggbilpmdmkklojcgfhbfcdma
説明 Detects and blocks most Rick Rolls.
ファイルサイズ 1002 KB
インストール数 194
現在のバージョン 1.0.1
最終更新日 2022-06-14
公開日 2022-05-31
評価 5.00/5 合計 4 レビュー
開発者 flurri
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickRoll Blocker",
    "description": "Detects and blocks most Rick Rolls.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "detect.js"
            ]
        }
    ],
    "icons": {
        "16": "i16.png",
        "32": "i32.png",
        "48": "i48.png",
        "128": "i128.png"
    },
    "manifest_version": 3
}