No Games
Remove the games from the Internet
No Games क्या है?
No Games dave.albert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove the games from the Internet"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No Games एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The upcoming games are going to receive widespread media coverage. Install this Chrome extension if you want to boycott & black out this coverage. In support of LGBT worldwide. Visit allout.org for more information (note: this extension is not officially affiliated with Allout or produced by Allout).
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bdefnchepelolaebnbldbmdkhmpoodgn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/no-games/bdefnchepelolaebnbldbmdkhmpoodgn |
विवरण | Remove the games from the Internet |
फ़ाइल का आकार | 39.39 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2014-02-08 |
प्रकाशन तिथि | 2014-02-08 |
डेवलपर | dave.albert |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Games", "version": "0.1.1", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Remove the games from the Internet", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery.js", "myscript.js" ] } ], "browser_action": { "default_title": "Remove the games from the Internet", "default_icon": "icon.png" }, "manifest_version": 2 } |