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
官方網址 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": ""
    }
}