Awesome Prank Extension

A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.

Awesome Prank Extension란 무엇입니까?

Awesome Prank Extension은(는) Aaron Becker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page."입니다.

확장 프로그램 스크린샷

screenshot

Awesome Prank Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fun for both your friends and you! Just click the icon, and buttons will appear on the page. Click buttons for the pranks that you want. Thank you so much for installing, and have lots of fun!

Version 2.7.2 update: 3 more pranks, including a timed reload of page, hidden cursor, and scroll to bottom forever. Also some bug fixes and general improvements. Enjoy!

There is a Halloween update coming soon, stay tuned for that :)                    

확장 프로그램 기본 정보

이름 Awesome Prank Extension Awesome Prank Extension
ID bchkhnbplmkjjiapponpbkhgafdfhnen
공식 URL https://chrome.google.com/webstore/detail/awesome-prank-extension/bchkhnbplmkjjiapponpbkhgafdfhnen
설명 A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.
파일 크기 84 KB
설치 횟수 2,000
현재 버전 2.7.2
최근 업데이트 2016-10-21
출시 날짜 2016-10-21
평점 4.13/5 총 16 개의 평점
개발자 Aaron Becker
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Prank Extension",
    "manifest_version": 2,
    "version": "2.7.2",
    "author": "Aaron Becker",
    "icons": {
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "images\/bieber.jpg"
    ],
    "description": "A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.",
    "browser_action": {
        "default_title": "Put prank script into page",
        "default_icon": {
            "128": "images\/icon.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "offline_enabled": true,
    "homepage_url": "http:\/\/localhost:8888",
    "short_name": "AwesomePranks"
}