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
官方網址 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"
    ]
}