Halloween Pranks
Halloween prank videos updated daily.
Halloween Pranks là gì?
Halloween Pranks là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/halloweenenvy, và tính năng chính của nó là "Halloween prank videos updated daily.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Halloween Pranks
Tải xuống các tệp mở rộng Halloween Pranks 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
Halloween Pranks Halloween Pranks finds the funniest Halloween videos and delivers them right to your browser via our Chrome extension. Whether you need help getting into the Halloween spirit, or simply want a quick laugh by watching other people get scared out of their minds.. Halloween Pranks will scare you and make you laugh at the same time. Also, if you're looking for a great place to shop for your Halloween costumes or Halloween decorations, please visit our sponsor Halloween Envy. Halloween Envy has: Adult Halloween Costumes for Men Adult Halloween Costumes for Women Halloween Costumes for Kids Baby Halloween Costumes Indoor Halloween Decorations Outdoor Halloween Decorations Dog Costumes And so much more! Thanks for checking us out and enjoy the Halloween Pranks!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gfbbgmigohadihcfgciikjnjkfkdkojm |
URL Chính Thức | https://chrome.google.com/webstore/detail/halloween-pranks/gfbbgmigohadihcfgciikjnjkfkdkojm |
Mô tả | Halloween prank videos updated daily. |
Kích Thước Tệp | 43.68 KB |
Số Lần Cài Đặt | 220 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-10-01 |
Ngày Phát Hành | 2017-10-01 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://sites.google.com/site/halloweenenvy |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sites.google.com/view/halloweenenvy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Halloween Pranks", "version": "0.1", "manifest_version": 2, "description": "Halloween prank videos updated daily.", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "halloween-envy-ext.png", "default_title": "Halloween prank videos updated daily.", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "halloween-envy-ext.png" } } |