Halloween Pranks
Halloween prank videos updated daily.
Qu'est-ce que Halloween Pranks ?
Halloween Pranks est une extension Chrome développée par https://sites.google.com/site/halloweenenvy, et sa fonction principale est "Halloween prank videos updated daily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Halloween Pranks
Téléchargez les fichiers d'extension Halloween Pranks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | gfbbgmigohadihcfgciikjnjkfkdkojm |
URL Officiel | https://chrome.google.com/webstore/detail/halloween-pranks/gfbbgmigohadihcfgciikjnjkfkdkojm |
Description | Halloween prank videos updated daily. |
Taille du Fichier | 43.68 KB |
Nombre d'Installations | 220 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2017-10-01 |
Date de Publication | 2017-10-01 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://sites.google.com/site/halloweenenvy |
Type de Paiement | free |
Site Web de l'Extension | https://sites.google.com/view/halloweenenvy |
Langues Prises en Charge | 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" } } |