No Games
Remove the games from the Internet
什麼是No Games?
No Games是由dave.albert開發的Chrome擴展程式,該擴展的主要功能是“Remove the games from the Internet”。
下載No Games擴展crx文件
下載No Games擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |