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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        ]
    }
}