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 !                     拡張機能の基本情報
| 名前 |   |  
| 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
        }
    ]
}  |  |