Demotivation
Replace new tab page with pixelized troll faces.
What is Demotivation?
Demotivation is a Chrome extension developed by Genadi Samokovarov, and its main feature is "Replace new tab page with pixelized troll faces.".
Extension Screenshots
Download Demotivation Extension CRX File
Download Demotivation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Demotivations displays a pixelated troll face on new tabs. Just so your friends can keep on asking what's that.
Extension Basic Information
Name | Demotivation |
ID | hhfijaoldpjpdeelnaickbegikodfnhh |
Official URL | https://chromewebstore.google.com/detail/demotivation/hhfijaoldpjpdeelnaickbegikodfnhh |
Description | Replace new tab page with pixelized troll faces. |
File Size | 26.89 KB |
Installation Count | 170 |
Current Version | 0.1 |
Last Updated | 2016-03-04 |
Publish Date | 2016-03-04 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Genadi Samokovarov |
Payment Type | free |
Supported Languages | 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" } |