9gag Nightmode
This extension grants the power of the darkside to your pc-master race rigg!
什麼是9gag Nightmode?
9gag Nightmode是由fillfey開發的Chrome擴展程式,該擴展的主要功能是“This extension grants the power of the darkside to your pc-master race rigg!”。
擴展截圖
下載9gag Nightmode擴展crx文件
下載9gag Nightmode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The dark side is brought to the PC master race! Never again shall your eyes be harmed by the painful light! NOTE: this is the first version of the extension, more features will be added! if you find something that you think is wrong/should be improved feel free to send me an email or a private message on 9gag! user:fillfey
擴展基本資訊
名稱 | |
ID | ngmiplaolgcbgbamiiebenabpcgddbef |
官方網址 | https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef |
簡介 | This extension grants the power of the darkside to your pc-master race rigg! |
檔案大小 | 3.66 KB |
安裝次數 | 83 |
目前版本 | 1.0 |
更新時間 | 2016-09-24 |
上架時間 | 2016-09-24 |
評分 | 3.56/5 共 9 次評分 |
開發者 | fillfey |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9gag Nightmode", "description": "This extension grants the power of the darkside to your pc-master race rigg!", "version": "1.0", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "nightmode.js" ], "matches": [ "http:\/\/9gag.com\/*" ] } ] } |