Jackpot
The web is a casino
Jackpot क्या है?
Jackpot jackpot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The web is a casino"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jackpot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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:\/\/*\/*" ] } |