Jackpot

The web is a casino

O que é Jackpot?

Jackpot é uma extensão do Chrome desenvolvida por jackpot, e sua principal característica é "The web is a casino".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Jackpot

Baixe arquivos de extensão Jackpot 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

                        Google Analytics, Facebook, and advertisers are tracking *everything* you do.

Jackpot makes casino sounds every time someone tracks you online.

The Web is like a casino. It’s a dark room, and you have no idea what time it is. Hours pass like minutes, and shady figures follow your every move along the garish carpeting.

Install this extension to hear what the web really sounds like.

The sounds represent the third-party trackers and advertisers like Google Analytics, Facebook, and Twitter, chiming in as they follow you around and monetize your behavior.

Turn off your ad blocker for the full effect. Jackpot!

GitHub: https://github.com/tashian/jackpot                    

Informações Básicas da Extensão

Nome Jackpot Jackpot
ID appdalcpeinnebclfhnnpjkkcnadghgb
URL Oficial https://chromewebstore.google.com/detail/jackpot/appdalcpeinnebclfhnnpjkkcnadghgb
Descrição The web is a casino
Tamanho do Arquivo 1.4 MB
Contagem de Instalações 85
Versão Atual 0.0.3
Última Atualização 2016-07-31
Data de Publicação 2016-07-31
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor jackpot
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://medium.com/@tashian/the-web-is-a-casino-b847cff57471
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jackpot",
    "description": "The web is a casino",
    "version": "0.0.3",
    "minimum_chrome_version": "50.0",
    "browser_action": {
        "default_icon": "img\/icon-48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "vendor\/js\/lodash.min.js",
            "vendor\/js\/wad.min.js",
            "vendor\/js\/jquery-3.0.0.min.js",
            "tracker-checker.js",
            "mute-button-listener.js",
            "sound-signature.js",
            "sound-manager.js",
            "tab-controller.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "wav\/*.wav"
    ],
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}