No Games
Remove the games from the Internet
No Games là gì?
No Games là một tiện ích mở rộng Chrome được phát triển bởi dave.albert, và tính năng chính của nó là "Remove the games from the Internet".
Tải xuống tệp CRX của tiện ích mở rộng No Games
Tải xuống các tệp mở rộng No Games dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bdefnchepelolaebnbldbmdkhmpoodgn |
URL Chính Thức | https://chrome.google.com/webstore/detail/no-games/bdefnchepelolaebnbldbmdkhmpoodgn |
Mô tả | Remove the games from the Internet |
Kích Thước Tệp | 39.39 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2014-02-08 |
Ngày Phát Hành | 2014-02-08 |
Nhà Phát Triển | dave.albert |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |