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
电子邮箱 [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"
    }
}