Every Page Rickroll

Every page you visit is a rickroll!

什么是Every Page Rickroll?

Every Page Rickroll是由Productivity ++开发的Chrome扩展程序,该扩展的主要功能是“Every page you visit is a rickroll!”。

扩展截图

screenshot

下载Every Page Rickroll扩展crx文件

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

扩展使用说明

                        Install this on your (or a friends computer), and every page they visit is a rickroll! This extension also works on the new tab page!!                    

扩展基本信息

名称 Every Page Rickroll Every Page Rickroll
ID fbiibddkieopnldmkppionhcdmnfnlec
官方URL https://chromewebstore.google.com/detail/every-page-rickroll/fbiibddkieopnldmkppionhcdmnfnlec
简介 Every page you visit is a rickroll!
文件大小 13.18 KB
安装次数 54
当前版本 1.00
更新时间 2022-12-27
上架时间 2022-12-26
评分 5.00/5 共1次评分
开发者 Productivity ++
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Every Page Rickroll",
    "description": "Every page you visit is a rickroll!",
    "version": "1.00",
    "author": "Themes R' Us",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    }
}