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 |
| 官方網址 | 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
}
]
} | |