Halloween Pranks

Halloween prank videos updated daily.

O que é Halloween Pranks?

Halloween Pranks é uma extensão do Chrome desenvolvida por https://sites.google.com/site/halloweenenvy, e sua principal característica é "Halloween prank videos updated daily.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Halloween Pranks

Baixe arquivos de extensão Halloween Pranks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Halloween Pranks Halloween Pranks
ID gfbbgmigohadihcfgciikjnjkfkdkojm
URL Oficial https://chrome.google.com/webstore/detail/halloween-pranks/gfbbgmigohadihcfgciikjnjkfkdkojm
Descrição Halloween prank videos updated daily.
Tamanho do Arquivo 43.68 KB
Contagem de Instalações 220
Versão Atual 0.1
Última Atualização 2017-10-01
Data de Publicação 2017-10-01
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://sites.google.com/site/halloweenenvy
Tipo de Pagamento free
Site da Extensão https://sites.google.com/view/halloweenenvy
Idiomas Suportados 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"
    }
}