9gag Nightmode
This extension grants the power of the darkside to your pc-master race rigg!
Co je 9gag Nightmode?
9gag Nightmode je rozšíření Chrome vyvinuté fillfey, a jeho hlavní funkcí je „This extension grants the power of the darkside to your pc-master race rigg!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 9gag Nightmode
Stáhněte si soubory rozšíření 9gag Nightmode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ngmiplaolgcbgbamiiebenabpcgddbef |
Oficiální URL | https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef |
Popis | This extension grants the power of the darkside to your pc-master race rigg! |
Velikost souboru | 3.66 KB |
Počet instalací | 83 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-09-24 |
Datum Vydání | 2016-09-24 |
Hodnocení | 3.56/5 Celkem 9 Hodnocení |
Vývojář | fillfey |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |