DO IT

Shia Labeouf: your motivational coach

Co je DO IT?

DO IT je rozšíření Chrome vyvinuté Dennis Ideler, a jeho hlavní funkcí je „Shia Labeouf: your motivational coach“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DO IT

Stáhněte si soubory rozšíření DO IT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DO IT DO IT
ID cnhehlcgdklpoaleccenbnkfimbhdojf
Oficiální URL https://chromewebstore.google.com/detail/do-it/cnhehlcgdklpoaleccenbnkfimbhdojf
Popis Shia Labeouf: your motivational coach
Velikost souboru 12.09 MB
Počet instalací 166
Aktuální Verze 0.3
Poslední Aktualizace 2017-03-08
Datum Vydání 2017-03-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Dennis Ideler
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}