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
官方網址 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
電子郵箱 [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"
        }
    ]
}