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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
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 } |