No rick-roll

This extension warns you every time you click on a link that could involve a rick-roll.

No rick-rollとは何ですか?

No rick-rollはlevel 8によって開発されたChromeの拡張機能で、その主な機能は「This extension warns you every time you click on a link that could involve a rick-roll.」です。

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

screenshot
screenshot

No rick-roll拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This chrome extension makes it so that if you try to open a youtube video with is a rickroll you are going to be prompted and asked if you want to continue or cancel. If you install it you will decrease the chance of being rickrolled.

This is an open-source extension so if you want to contribute and make it beter you can do so. Here is the GitHub link: https://github.com/Tim194/No-rick-roll                    

拡張機能の基本情報

名前 No rick-roll No rick-roll
ID oljmncocnnpghpdnmdffphhcanpgmkok
公式URL https://chromewebstore.google.com/detail/no-rick-roll/oljmncocnnpghpdnmdffphhcanpgmkok
説明 This extension warns you every time you click on a link that could involve a rick-roll.
ファイルサイズ 13.38 KB
インストール数 613
現在のバージョン 1.0.0
最終更新日 2021-05-18
公開日 2021-01-18
評価 5.00/5 合計 7 レビュー
開発者 level 8
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No rick-roll",
    "version": "1.0.0",
    "description": "This extension warns you every time you click on a link that could involve a rick-roll.",
    "permissions": [
        "https:\/\/youtube.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}