DO IT
Shia Labeouf: your motivational coach
Wat is DO IT?
DO IT is een Chrome-extensie ontwikkeld door Dennis Ideler, en de belangrijkste functie is "Shia Labeouf: your motivational coach".
Extensie Screenshots
Download het CRX-bestand van de extensie DO IT
Download DO IT-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | cnhehlcgdklpoaleccenbnkfimbhdojf |
| Officiële URL | https://chromewebstore.google.com/detail/do-it/cnhehlcgdklpoaleccenbnkfimbhdojf |
| Beschrijving | Shia Labeouf: your motivational coach |
| Bestandsgrootte | 12.09 MB |
| Aantal Installaties | 166 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2017-03-08 |
| Publicatiedatum | 2017-03-08 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Dennis Ideler |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |