Hack todoist

Hack todoist premium features

Hack todoistคืออะไร?

Hack todoist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Igor Marty และคุณลักษณะหลักของมันคือ "Hack todoist premium features"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hack todoist

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}