Randomized Rickroller

Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland

Randomized Rickroller란 무엇입니까?

Randomized Rickroller은(는) noahrefsland에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland"입니다.

확장 프로그램 스크린샷

screenshot

Randomized Rickroller 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With this extension, there is a 1 in 1 million chance by default to get rickrolled every click. You can change the value if you click on the extension. Feel free to prank your friends or family with this.

(Feel free to donate at https://www.noahrefsland.com/patreon)

* I am not the owner of 'Never Gonna Give You Up'. All rights go to the song's current owners and original producer Rick Astley.                    

확장 프로그램 기본 정보

이름 Randomized Rickroller Randomized Rickroller
ID kaaikelefhdlgfmpijphkomeopienjgi
공식 URL https://chromewebstore.google.com/detail/randomized-rickroller/kaaikelefhdlgfmpijphkomeopienjgi
설명 Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland
파일 크기 218 KB
설치 횟수 76
현재 버전 1.0
최근 업데이트 2023-02-02
출시 날짜 2023-02-01
개발자 noahrefsland
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Randomized Rickroller",
    "description": "Every time you click, there is a 1 in a million chance of it rickrolling you! (In a new tab, of course) by Noah Refsland",
    "icons": {
        "640": "logo.png"
    },
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "gui.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}