9gag Nightmode
This extension grants the power of the darkside to your pc-master race rigg!
Qu'est-ce que 9gag Nightmode ?
9gag Nightmode est une extension Chrome développée par fillfey, et sa fonction principale est "This extension grants the power of the darkside to your pc-master race rigg!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 9gag Nightmode
Téléchargez les fichiers d'extension 9gag Nightmode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ngmiplaolgcbgbamiiebenabpcgddbef |
URL Officiel | https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef |
Description | This extension grants the power of the darkside to your pc-master race rigg! |
Taille du Fichier | 3.66 KB |
Nombre d'Installations | 83 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-09-24 |
Date de Publication | 2016-09-24 |
Évaluation | 3.56/5 Total 9 Évaluations |
Développeur | fillfey |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |