DO IT

Shia Labeouf: your motivational coach

Apa itu DO IT?

DO IT adalah ekstensi Chrome yang dikembangkan oleh Dennis Ideler, dan fitur utamanya adalah "Shia Labeouf: your motivational coach".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DO IT

Unduh file ekstensi DO IT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DO IT DO IT
ID cnhehlcgdklpoaleccenbnkfimbhdojf
URL Resmi https://chromewebstore.google.com/detail/do-it/cnhehlcgdklpoaleccenbnkfimbhdojf
Deskripsi Shia Labeouf: your motivational coach
Ukuran File 12.09 MB
Jumlah Instalasi 166
Versi Saat Ini 0.3
Terakhir Diperbarui 2017-03-08
Tanggal Publikasi 2017-03-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Dennis Ideler
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}