Ultimate Rickroller

Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!

什么是Ultimate Rickroller?

Ultimate Rickroller是由IncognitoStudios开发的Chrome扩展程序,该扩展的主要功能是“Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!”。

扩展截图

screenshot
screenshot
screenshot

下载Ultimate Rickroller扩展crx文件

下载Ultimate Rickroller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The most advanced Rickrolling extension out there, with various roll options, including a custom roll, which can all be adjusted to different roll probabilities.

⭐⭐⭐SPECIAL FEATURES:⭐⭐⭐
Multiple Meme Types
Changes values without a page refresh
Custom URL input
Visually appealing UI

Version 1.1 Notes (21/02/2021):
- Added more rolls                    

扩展基本信息

名称 Ultimate Rickroller Ultimate Rickroller
ID mbldmpdimcodkhimlehfhhfecnngmipp
官方URL https://chromewebstore.google.com/detail/ultimate-rickroller/mbldmpdimcodkhimlehfhhfecnngmipp
简介 Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!
文件大小 513 KB
安装次数 2,266
当前版本 1.2
更新时间 2021-03-19
上架时间 2020-10-21
评分 4.22/5 共9次评分
开发者 IncognitoStudios
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultimate Rickroller",
    "version": "1.2",
    "description": "Changes links at random into rickrolls and other fun and annoying memes! Annoy yourself or your friends!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "page.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/rick128.png",
            "16": "images\/rick16.png",
            "32": "images\/rick32.png",
            "48": "images\/rick48.png"
        }
    },
    "icons": {
        "128": "images\/rick128.png",
        "16": "images\/rick16.png",
        "32": "images\/rick32.png",
        "48": "images\/rick48.png"
    },
    "manifest_version": 2
}