Hack todoist

Hack todoist premium features

什么是Hack todoist?

Hack todoist是由Igor Marty开发的Chrome扩展程序,该扩展的主要功能是“Hack todoist premium features”。

下载Hack todoist扩展crx文件

下载Hack todoist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get todoist premium freatures for free with this hack !                    

扩展基本信息

名称 Hack todoist Hack todoist
ID dhapdoedkeiodchdfcioohjoabldilne
官方URL https://chromewebstore.google.com/detail/hack-todoist/dhapdoedkeiodchdfcioohjoabldilne
简介 Hack todoist premium features
文件大小 3.76 KB
安装次数 56
当前版本 0.1
更新时间 2017-09-21
上架时间 2017-09-21
开发者 Igor Marty
付费类型 free
支持的语言 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
        }
    ]
}