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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": ""
    }
}