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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Becker และคุณลักษณะหลักของมันคือ "A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Awesome Prank Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |