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ファイルをダウンロード

Randomized Rickroller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}