9gag Nightmode
This extension grants the power of the darkside to your pc-master race rigg!
Was ist 9gag Nightmode?
9gag Nightmode ist eine Chrome-Erweiterung, die von fillfey entwickelt wurde, und ihr Hauptmerkmal ist "This extension grants the power of the darkside to your pc-master race rigg!".
Erweiterungsscreenshots
9gag Nightmode-Erweiterungs-CRX-Datei herunterladen
Laden Sie 9gag Nightmode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ngmiplaolgcbgbamiiebenabpcgddbef |
Offizielle URL | https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef |
Beschreibung | This extension grants the power of the darkside to your pc-master race rigg! |
Dateigröße | 3.66 KB |
Installationsanzahl | 83 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-09-24 |
Veröffentlichungsdatum | 2016-09-24 |
Bewertung | 3.56/5 Insgesamt 9 Bewertungen |
Entwickler | fillfey |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |