No Thank You, Website!

No Thank You, Website!, an open-source Chrome productivity extension to block website access

No Thank You, Website!คืออะไร?

No Thank You, Website! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย swrittenb และคุณลักษณะหลักของมันคือ "No Thank You, Website!, an open-source Chrome productivity extension to block website access"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Thank You, Website!

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

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

                        A simple and straightforward way to block websites you don't want to visit. Tired of visiting the same news site over and over? Too much social media? Just say No Thank You, Website!                    

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

ชื่อ No Thank You, Website! No Thank You, Website!
ID lfableeiebdjblgjnphnmfnhdfaefokc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/no-thank-you-website/lfableeiebdjblgjnphnmfnhdfaefokc
คำอธิบาย No Thank You, Website!, an open-source Chrome productivity extension to block website access
ขนาดไฟล์ 6.61 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-12-08
วันที่เผยแพร่ 2016-12-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา swrittenb
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Thank You, Website!",
    "description": "No Thank You, Website!, an open-source Chrome productivity extension to block website access",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "No Thank You, Website!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*\/*"
    ]
}