DO IT

Shia Labeouf: your motivational coach

Qu'est-ce que DO IT ?

DO IT est une extension Chrome développée par Dennis Ideler, et sa fonction principale est "Shia Labeouf: your motivational coach".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DO IT

Téléchargez les fichiers d'extension DO IT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DO IT DO IT
ID cnhehlcgdklpoaleccenbnkfimbhdojf
URL Officiel https://chromewebstore.google.com/detail/do-it/cnhehlcgdklpoaleccenbnkfimbhdojf
Description Shia Labeouf: your motivational coach
Taille du Fichier 12.09 MB
Nombre d'Installations 166
Version Actuelle 0.3
Dernière Mise à Jour 2017-03-08
Date de Publication 2017-03-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur Dennis Ideler
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}