Hack todoist

Hack todoist premium features

Apa itu Hack todoist?

Hack todoist adalah ekstensi Chrome yang dikembangkan oleh Igor Marty, dan fitur utamanya adalah "Hack todoist premium features".

Unduh Berkas CRX Ekstensi Hack todoist

Unduh file ekstensi Hack todoist 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

                        Get todoist premium freatures for free with this hack !                    

Informasi Dasar Ekstensi

Nama Hack todoist Hack todoist
ID dhapdoedkeiodchdfcioohjoabldilne
URL Resmi https://chromewebstore.google.com/detail/hack-todoist/dhapdoedkeiodchdfcioohjoabldilne
Deskripsi Hack todoist premium features
Ukuran File 3.76 KB
Jumlah Instalasi 56
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-09-21
Tanggal Publikasi 2017-09-21
Pengembang Igor Marty
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack todoist",
    "version": "0.1",
    "description": "Hack todoist premium features",
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "\/script.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.todoist.com\/*",
                "http:\/\/*.todoist.com\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}