DO IT
Shia Labeouf: your motivational coach
Cos'è DO IT?
DO IT è un'estensione di Chrome sviluppata da Dennis Ideler, e la sua funzione principale è "Shia Labeouf: your motivational coach".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DO IT
Scarica i file di estensione DO IT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | DO IT |
ID | cnhehlcgdklpoaleccenbnkfimbhdojf |
URL Ufficiale | https://chromewebstore.google.com/detail/do-it/cnhehlcgdklpoaleccenbnkfimbhdojf |
Descrizione | Shia Labeouf: your motivational coach |
Dimensione del File | 12.09 MB |
Conteggio Installazioni | 166 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2017-03-08 |
Data di Pubblicazione | 2017-03-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Dennis Ideler |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |