No Procrastination

An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…

No Procrastinationคืออะไร?

No Procrastination เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikhil Parekh และคุณลักษณะหลักของมันคือ "An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…"

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย No Procrastination ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An Extension which will help you to focus on work or study by block social media and youtube website.

This Extension will improve your productivity and once your work is done you can easily turn off the plug in and enjoy your reward (unless scroll on social media)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ No Procrastination No Procrastination
ID nckialmkhccakffgfnnkbelcbdoojnib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/no-procrastination/nckialmkhccakffgfnnkbelcbdoojnib
คำอธิบาย An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…
ขนาดไฟล์ 9.92 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-10-22
วันที่เผยแพร่ 2021-10-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Nikhil Parekh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Procrastination",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "lazy.png",
        "default_title": "No Procrastination"
    },
    "icons": {
        "128": "lazy.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.netflix.com\/*",
        "https:\/\/www.twitter.com\/*"
    ]
}