Halloween Pranks
Halloween prank videos updated daily.
Cos'è Halloween Pranks?
Halloween Pranks è un'estensione di Chrome sviluppata da https://sites.google.com/site/halloweenenvy, e la sua funzione principale è "Halloween prank videos updated daily.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Halloween Pranks
Scarica i file di estensione Halloween Pranks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | gfbbgmigohadihcfgciikjnjkfkdkojm |
URL Ufficiale | https://chrome.google.com/webstore/detail/halloween-pranks/gfbbgmigohadihcfgciikjnjkfkdkojm |
Descrizione | Halloween prank videos updated daily. |
Dimensione del File | 43.68 KB |
Conteggio Installazioni | 220 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-10-01 |
Data di Pubblicazione | 2017-10-01 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://sites.google.com/site/halloweenenvy |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sites.google.com/view/halloweenenvy |
Lingue Supportate | 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" } } |