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.”。
擴展截圖
下載Awesome Prank Extension擴展crx文件
下載Awesome Prank Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 :)
擴展基本資訊
名稱 | |
ID | bchkhnbplmkjjiapponpbkhgafdfhnen |
官方網址 | 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" } |