Get Ricked

This fantastic extension will change one link on one page out of every 50 to send you to "Never Gonna Give you Up" by Rick Astley.…

什么是Get Ricked?

Get Ricked是由wangluopigu开发的Chrome扩展程序,该扩展的主要功能是“This fantastic extension will change one link on one page out of every 50 to send you to "Never Gonna Give you Up" by Rick Astley.…”。

扩展截图

screenshot

下载Get Ricked扩展crx文件

下载Get Ricked扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This fantastic extension will change one link on one page out of every 50 to send you to "Never Gonna Give you Up" by Rick Astley. It was developed for people who have no friends, or just no friends with a sense of humor, and have never been Rick rolled. The odds are low you'll easily hit the jackpot, but one day, long after you've installed this, and when you least expect it, you'll click a link and wind up dancing away three minutes and thirty-two seconds. 

Why wait? Install now!                    

扩展基本信息

名称 Get Ricked Get Ricked
ID lcjmhcfjhjbbbdggglcdmmndpefkghlj
官方URL https://chromewebstore.google.com/detail/get-ricked/lcjmhcfjhjbbbdggglcdmmndpefkghlj
简介 This fantastic extension will change one link on one page out of every 50 to send you to "Never Gonna Give you Up" by Rick Astley.…
文件大小 22.7 KB
安装次数 20
当前版本 0.1
更新时间 2021-03-18
上架时间 2021-03-18
开发者 wangluopigu
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Ricked",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "rickroll.js"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo32.png",
        "default_title": ""
    }
}