DO IT
Shia Labeouf: your motivational coach
What is DO IT?
DO IT is a Chrome extension developed by Dennis Ideler, and its main feature is "Shia Labeouf: your motivational coach".
Extension Screenshots
Download DO IT Extension CRX File
Download DO IT 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
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.
Extension Basic Information
Name | DO IT |
ID | cnhehlcgdklpoaleccenbnkfimbhdojf |
Official URL | https://chromewebstore.google.com/detail/do-it/cnhehlcgdklpoaleccenbnkfimbhdojf |
Description | Shia Labeouf: your motivational coach |
File Size | 12.09 MB |
Installation Count | 166 |
Current Version | 0.3 |
Last Updated | 2017-03-08 |
Publish Date | 2017-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Dennis Ideler |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |