Halloween Pranks
Halloween prank videos updated daily.
什么是Halloween Pranks?
Halloween Pranks是由https://sites.google.com/site/halloweenenvy开发的Chrome扩展程序,该扩展的主要功能是“Halloween prank videos updated daily.”。
扩展截图
下载Halloween Pranks扩展crx文件
下载Halloween Pranks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | gfbbgmigohadihcfgciikjnjkfkdkojm |
官方URL | https://chrome.google.com/webstore/detail/halloween-pranks/gfbbgmigohadihcfgciikjnjkfkdkojm |
简介 | Halloween prank videos updated daily. |
文件大小 | 43.68 KB |
安装次数 | 220 |
当前版本 | 0.1 |
更新时间 | 2017-10-01 |
上架时间 | 2017-10-01 |
评分 | 1.00/5 共1次评分 |
开发者 | https://sites.google.com/site/halloweenenvy |
付费类型 | free |
扩展官网 | https://sites.google.com/view/halloweenenvy |
支持的语言 | 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" } } |