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 là gì?

Awesome Prank Extension là một tiện ích mở rộng Chrome được phát triển bởi Aaron Becker, và tính năng chính của nó là "A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Awesome Prank Extension

Tải xuống các tệp mở rộng Awesome Prank Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Awesome Prank Extension Awesome Prank Extension
ID bchkhnbplmkjjiapponpbkhgafdfhnen
URL Chính Thức https://chrome.google.com/webstore/detail/awesome-prank-extension/bchkhnbplmkjjiapponpbkhgafdfhnen
Mô tả A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.
Kích Thước Tệp 84 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 2.7.2
Cập Nhật Lần Cuối 2016-10-21
Ngày Phát Hành 2016-10-21
Đánh Giá 4.13/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Aaron Becker
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}