Hack todoist

Hack todoist premium features

What is Hack todoist?

Hack todoist is a Chrome extension developed by Igor Marty, and its main feature is "Hack todoist premium features".

Download Hack todoist Extension CRX File

Download Hack todoist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get todoist premium freatures for free with this hack !                    

Extension Basic Information

Name Hack todoist Hack todoist
ID dhapdoedkeiodchdfcioohjoabldilne
Official URL https://chromewebstore.google.com/detail/hack-todoist/dhapdoedkeiodchdfcioohjoabldilne
Description Hack todoist premium features
File Size 3.76 KB
Installation Count 56
Current Version 0.1
Last Updated 2017-09-21
Publish Date 2017-09-21
Developer Igor Marty
Payment Type free
Supported Languages 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
        }
    ]
}