Page Pranker

Play fun pranks on your friends or enemies. Break their site or subtly mess with them

什么是Page Pranker?

Page Pranker是由TheodorST开发的Chrome扩展程序,该扩展的主要功能是“Play fun pranks on your friends or enemies. Break their site or subtly mess with them”。

扩展截图

screenshot
screenshot

下载Page Pranker扩展crx文件

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

扩展使用说明

                        Page Pranker is an extension made to play fun pranks on your friends or enemies. Break their websites or subtly mess with them. It is all just harmless fun.

Page Pranker edits the websites you visit to make them look different. You can change the frequency of these edits and change how much they affect the websites. The extension is always on, and works in the background.

This extension is heavily inspired by the Prank 'em extension, but i got tired of waiting for new updates and wanted more spice to my trolls. I will update this extension more in the future and add lots of cool stuff                    

扩展基本信息

名称 Page Pranker Page Pranker
ID anebchkompjfnocaghjdhkkkjfhbpake
官方URL https://chromewebstore.google.com/detail/page-pranker/anebchkompjfnocaghjdhkkkjfhbpake
简介 Play fun pranks on your friends or enemies. Break their site or subtly mess with them
文件大小 23.11 KB
安装次数 148
当前版本 1.0.0
更新时间 2023-01-02
上架时间 2023-01-01
评分 3.00/5 共2次评分
开发者 TheodorST
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://ephemeral-shortbread-e096d8.netlify.app
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Page Pranker",
    "version": "1.0.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Page Pranker"
    },
    "description": "Play fun pranks on your friends or enemies. Break their site or subtly mess with them",
    "author": "Theodor Thrane",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/edit.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}