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 |
官方URL | 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\/*" ] } ] } |