9gag Nightmode
This extension grants the power of the darkside to your pc-master race rigg!
Wat is 9gag Nightmode?
9gag Nightmode is een Chrome-extensie ontwikkeld door fillfey, en de belangrijkste functie is "This extension grants the power of the darkside to your pc-master race rigg!".
Extensie Screenshots
Download het CRX-bestand van de extensie 9gag Nightmode
Download 9gag Nightmode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ngmiplaolgcbgbamiiebenabpcgddbef |
Officiële URL | https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef |
Beschrijving | This extension grants the power of the darkside to your pc-master race rigg! |
Bestandsgrootte | 3.66 KB |
Aantal Installaties | 83 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-09-24 |
Publicatiedatum | 2016-09-24 |
Beoordeling | 3.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | fillfey |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |