Demotivation
Replace new tab page with pixelized troll faces.
Was ist Demotivation?
Demotivation ist eine Chrome-Erweiterung, die von Genadi Samokovarov entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab page with pixelized troll faces.".
Erweiterungsscreenshots
Demotivation-Erweiterungs-CRX-Datei herunterladen
Laden Sie Demotivation-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
Demotivations displays a pixelated troll face on new tabs. Just so your friends can keep on asking what's that. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hhfijaoldpjpdeelnaickbegikodfnhh |
| Offizielle URL | https://chromewebstore.google.com/detail/demotivation/hhfijaoldpjpdeelnaickbegikodfnhh |
| Beschreibung | Replace new tab page with pixelized troll faces. |
| Dateigröße | 26.89 KB |
| Installationsanzahl | 170 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2016-03-04 |
| Veröffentlichungsdatum | 2016-03-04 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | Genadi Samokovarov |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |