DO IT
Shia Labeouf: your motivational coach
Hvad er DO IT?
DO IT er en Chrome-udvidelse udviklet af Dennis Ideler, og dens hovedfunktion er "Shia Labeouf: your motivational coach".
Udvidelsesskærmbilleder
Download DO IT-udvidelses-CRX-fil
Download DO IT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | cnhehlcgdklpoaleccenbnkfimbhdojf | 
| Officiel URL | https://chromewebstore.google.com/detail/do-it/cnhehlcgdklpoaleccenbnkfimbhdojf | 
| Beskrivelse | Shia Labeouf: your motivational coach | 
| Filstørrelse | 12.09 MB | 
| Antal Installationer | 166 | 
| Nuværende Version | 0.3 | 
| Senest Opdateret | 2017-03-08 | 
| Udgivelsesdato | 2017-03-08 | 
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser | 
| Udvikler | Dennis Ideler | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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'"
}  |  |