Jackpot
The web is a casino
什麼是Jackpot?
Jackpot是由jackpot開發的Chrome擴展程式,該擴展的主要功能是“The web is a casino”。
擴展截圖
下載Jackpot擴展crx文件
下載Jackpot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | appdalcpeinnebclfhnnpjkkcnadghgb |
官方網址 | 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:\/\/*\/*" ] } |