No Games
Remove the games from the Internet
ما هو No Games؟
No Games هو إضافة Chrome تم تطويرها بواسطة dave.albert، والميزة الرئيسية لها هي "Remove the games from the Internet".
تحميل ملف CRX للإضافة No Games
قم بتنزيل ملفات الامتداد No Games بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |