9gag Nightmode
This extension grants the power of the darkside to your pc-master race rigg!
Vad är 9gag Nightmode?
9gag Nightmode är en Chrome-tillägg utvecklad av fillfey, och dess huvudfunktion är "This extension grants the power of the darkside to your pc-master race rigg!".
Tilläggsskärmbilder
Ladda ner 9gag Nightmode-förlängningens CRX-fil
Ladda ner 9gag Nightmode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ngmiplaolgcbgbamiiebenabpcgddbef |
Officiell webbadress | https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef |
Beskrivning | This extension grants the power of the darkside to your pc-master race rigg! |
Filstorlek | 3.66 KB |
Antal Installationer | 83 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-09-24 |
Publiceringsdatum | 2016-09-24 |
Betyg | 3.56/5 Totalt 9 Betyg |
Utvecklare | fillfey |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |