Jackpot

The web is a casino

Jackpot란 무엇입니까?

Jackpot은(는) jackpot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The web is a casino"입니다.

확장 프로그램 스크린샷

screenshot

Jackpot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Jackpot Jackpot
ID appdalcpeinnebclfhnnpjkkcnadghgb
공식 URL https://chromewebstore.google.com/detail/jackpot/appdalcpeinnebclfhnnpjkkcnadghgb
설명 The web is a casino
파일 크기 1.4 MB
설치 횟수 85
현재 버전 0.0.3
최근 업데이트 2016-07-31
출시 날짜 2016-07-31
평점 4.17/5 총 6 개의 평점
개발자 jackpot
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://medium.com/@tashian/the-web-is-a-casino-b847cff57471
지원되는 언어 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:\/\/*\/*"
    ]
}