RickRoll Blocker

Never get rickrolled !

RickRoll Blockerとは何ですか?

RickRoll BlockerはAquib Khanによって開発されたChromeの拡張機能で、その主な機能は「Never get rickrolled !」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is an advanced extension which blocks rickroll in a smarter way ! Now click links without being scared, Rickroll blocker is there to help you !                    

拡張機能の基本情報

名前 RickRoll Blocker RickRoll Blocker
ID opddmdpgdeaiacngndbpnjgkcaefebeb
公式URL https://chromewebstore.google.com/detail/rickroll-blocker/opddmdpgdeaiacngndbpnjgkcaefebeb
説明 Never get rickrolled !
ファイルサイズ 42.3 KB
インストール数 463
現在のバージョン 1.0
最終更新日 2022-09-29
公開日 2022-08-12
評価 5.00/5 合計 3 レビュー
開発者 Aquib Khan
Eメール [email protected]
支払い方法 free
対応言語 en-US
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": "RickRoll Blocker",
    "version": "1.0",
    "description": "Never get rickrolled !",
    "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"
    }
}