DO IT
Shia Labeouf: your motivational coach
Was ist DO IT?
DO IT ist eine Chrome-Erweiterung, die von Dennis Ideler entwickelt wurde, und ihr Hauptmerkmal ist "Shia Labeouf: your motivational coach".
Erweiterungsscreenshots
DO IT-Erweiterungs-CRX-Datei herunterladen
Laden Sie DO IT-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
Shia as a Service (SaaS) Sometimes the best motivation is getting Shia to shout at us on demand. But wait, there's more! - No tracking! - No ads! - Open source! https://github.com/dideler/do-it Disclaimer: I cannot be held liable for whatever Shia convinces you to do.
Grundlegende Informationen zur Erweiterung
Name | DO IT |
ID | cnhehlcgdklpoaleccenbnkfimbhdojf |
Offizielle URL | https://chromewebstore.google.com/detail/do-it/cnhehlcgdklpoaleccenbnkfimbhdojf |
Beschreibung | Shia Labeouf: your motivational coach |
Dateigröße | 12.09 MB |
Installationsanzahl | 166 |
Aktuelle Version | 0.3 |
Letztes Update | 2017-03-08 |
Veröffentlichungsdatum | 2017-03-08 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Dennis Ideler |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "version": "0.3", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "What are you waiting for?" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "bower_components\/jquery\/jquery.min.js" ], "css": [ "styles\/main.css" ] } ], "web_accessible_resources": [ "assets\/*", "icons\/*", "styles\/main.css" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |