Halloween Pranks
Halloween prank videos updated daily.
What is Halloween Pranks?
Halloween Pranks is a Chrome extension developed by https://sites.google.com/site/halloweenenvy, and its main feature is "Halloween prank videos updated daily.".
Extension Screenshots
Download Halloween Pranks Extension CRX File
Download Halloween Pranks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | gfbbgmigohadihcfgciikjnjkfkdkojm |
Official URL | https://chrome.google.com/webstore/detail/halloween-pranks/gfbbgmigohadihcfgciikjnjkfkdkojm |
Description | Halloween prank videos updated daily. |
File Size | 43.68 KB |
Installation Count | 220 |
Current Version | 0.1 |
Last Updated | 2017-10-01 |
Publish Date | 2017-10-01 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://sites.google.com/site/halloweenenvy |
Payment Type | free |
Extension Website | https://sites.google.com/view/halloweenenvy |
Supported Languages | 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" } } |