Prank 'em

Play subtle pranks on unsuspecting victims

什麼是Prank 'em?

Prank 'em是由Aaron Barker開發的Chrome擴展程式,該擴展的主要功能是“Play subtle pranks on unsuspecting victims”。

擴展截圖

screenshot

下載Prank 'em擴展crx文件

下載Prank 'em擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This allows you to play harmless pranks on others. You select which pranks to apply and how often they should be applied.  Change things up any time you have access to their machine.

Other prank extensions are always on, so the pranks aren't very subtle.  This one allows you to adjust the frequency of each prank to make it as obvious or subtle as you like. Drive them crazy when they see a problem and refresh and don't see it again for a while.

We recommend installing on your own browser first and tweaking the settings to get a feel for how things act. Refresh the page you are on to see how things will work and what frequency you want to be use to be subtle or obvious.  Then install it on your victi.. err... friends browser and apply the settings you found to be appropriate.                    

擴展基本資訊

名稱 Prank 'em Prank 'em
ID beahjohmjaedaamelbphgpmopcigcegh
官方網址 https://chromewebstore.google.com/detail/prank-em/beahjohmjaedaamelbphgpmopcigcegh
簡介 Play subtle pranks on unsuspecting victims
檔案大小 11 KB
安裝次數 10,020
目前版本 1.0.1
更新時間 2020-11-27
上架時間 2018-09-06
評分 3.20/5 共 20 次評分
開發者 Aaron Barker
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prank 'em",
    "short_name": "Prank 'em",
    "description": "Play subtle pranks on unsuspecting victims",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Configure4"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.google.com\/*"
            ],
            "css": [
                "prankem.css"
            ],
            "js": [
                "prankem.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}