RickrollGuard

The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.

什麼是RickrollGuard?

RickrollGuard是由theepicsully開發的Chrome擴展程式,該擴展的主要功能是“The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.”。

擴展截圖

screenshot

下載RickrollGuard擴展crx文件

下載RickrollGuard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a fun, simple Chrome extension that stops users from getting "rickrolled", a meme in internet culture where somebody clicks a link and is redirected to Rick Astley's "Never Gonna Give You Up" music video. Upon clicking on a link that would "rickroll" somebody, this Chrome extension redirects them to the website https://sullycb.github.io/RickrollGuard.html that tells them that they were protected by Rickroll Guard.                    

擴展基本資訊

名稱 RickrollGuard RickrollGuard
ID ncjiindlkgmfhcmeenmejoigfhppnomf
官方網址 https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf
簡介 The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
檔案大小 341 KB
安裝次數 451
目前版本 1.0
更新時間 2020-11-17
上架時間 2020-11-17
評分 3.33/5 共 6 次評分
開發者 theepicsully
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sullycb.github.io/RickrollGuard.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickrollGuard",
    "description": "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.",
    "background": {
        "scripts": [
            "rickfinder.js"
        ]
    },
    "author": "SullyBS",
    "permissions": [
        "tabs",
        "alarms"
    ],
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "panel.html",
        "default_icon": "Rickhead.png"
    },
    "icons": {
        "16": "Rickhead16.png",
        "48": "Rickhead48.png",
        "128": "Rickhead128.png"
    }
}