Awesome Prank Extension

A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.

O que é Awesome Prank Extension?

Awesome Prank Extension é uma extensão do Chrome desenvolvida por Aaron Becker, e sua principal característica é "A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Awesome Prank Extension

Baixe arquivos de extensão Awesome Prank Extension 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

                        Fun for both your friends and you! Just click the icon, and buttons will appear on the page. Click buttons for the pranks that you want. Thank you so much for installing, and have lots of fun!

Version 2.7.2 update: 3 more pranks, including a timed reload of page, hidden cursor, and scroll to bottom forever. Also some bug fixes and general improvements. Enjoy!

There is a Halloween update coming soon, stay tuned for that :)                    

Informações Básicas da Extensão

Nome Awesome Prank Extension Awesome Prank Extension
ID bchkhnbplmkjjiapponpbkhgafdfhnen
URL Oficial https://chrome.google.com/webstore/detail/awesome-prank-extension/bchkhnbplmkjjiapponpbkhgafdfhnen
Descrição A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.
Tamanho do Arquivo 84 KB
Contagem de Instalações 2,000
Versão Atual 2.7.2
Última Atualização 2016-10-21
Data de Publicação 2016-10-21
Classificação 4.13/5 Total de 16 Avaliações
Desenvolvedor Aaron Becker
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Prank Extension",
    "manifest_version": 2,
    "version": "2.7.2",
    "author": "Aaron Becker",
    "icons": {
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "images\/bieber.jpg"
    ],
    "description": "A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.",
    "browser_action": {
        "default_title": "Put prank script into page",
        "default_icon": {
            "128": "images\/icon.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "offline_enabled": true,
    "homepage_url": "http:\/\/localhost:8888",
    "short_name": "AwesomePranks"
}