Demotivation
Replace new tab page with pixelized troll faces.
Wat is Demotivation?
Demotivation is een Chrome-extensie ontwikkeld door Genadi Samokovarov, en de belangrijkste functie is "Replace new tab page with pixelized troll faces.".
Extensie Screenshots
Download het CRX-bestand van de extensie Demotivation
Download Demotivation-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
Demotivations displays a pixelated troll face on new tabs. Just so your friends can keep on asking what's that. Basisinformatie over de Extensie
| Naam | |
| ID | hhfijaoldpjpdeelnaickbegikodfnhh |
| Officiële URL | https://chromewebstore.google.com/detail/demotivation/hhfijaoldpjpdeelnaickbegikodfnhh |
| Beschrijving | Replace new tab page with pixelized troll faces. |
| Bestandsgrootte | 26.89 KB |
| Aantal Installaties | 170 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2016-03-04 |
| Publicatiedatum | 2016-03-04 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Genadi Samokovarov |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"demotivation.js"
]
},
"chrome_url_overrides": {
"newtab": "dashboard.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Replace new tab page with pixelized troll faces.",
"icons": {
"128": "icon-128.png",
"64": "icon-64.png",
"48": "icon-48.png",
"16": "icon-16.png"
},
"manifest_version": 2,
"name": "Demotivation",
"offline_enabled": true,
"version": "0.1"
} | |