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
Eメール [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"
    ]
}