Rickroll Extension

A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.

Rickroll Extensionとは何ですか?

Rickroll ExtensionはGlebodanによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.」です。

拡張機能のスクリーンショット

screenshot

Rickroll Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Download this extension to prank your friends. This extension Rickrolls you 1/5 times when opening up a random webpage.                    

拡張機能の基本情報

名前 Rickroll Extension Rickroll Extension
ID jnbnepchhogcmmilkofgdnpgmcceomca
公式URL https://chromewebstore.google.com/detail/rickroll-extension/jnbnepchhogcmmilkofgdnpgmcceomca
説明 A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.
ファイルサイズ 35.8 KB
インストール数 32
現在のバージョン 1.0
最終更新日 2023-03-22
公開日 2023-03-22
評価 5.00/5 合計 1 レビュー
開発者 Glebodan
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rickroll Extension",
    "version": "1.0",
    "description": "A Chrome extension that has a 1\/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}