Canvas Blocker

Will Block Canvas from sending requests regarding tab switching

Canvas Blockerคืออะไร?

Canvas Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jaxomali และคุณลักษณะหลักของมันคือ "Will Block Canvas from sending requests regarding tab switching"

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

screenshot

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

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

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

                        This protects the students privacy.                    

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

ชื่อ Canvas Blocker Canvas Blocker
ID hafhbeipdalcncnkjilpjgkebkghpnjo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/canvas-blocker/hafhbeipdalcncnkjilpjgkebkghpnjo
คำอธิบาย Will Block Canvas from sending requests regarding tab switching
ขนาดไฟล์ 3.5 KB
จำนวนการติดตั้ง 175
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-09-30
วันที่เผยแพร่ 2020-09-30
ผู้พัฒนา jaxomali
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Blocker",
    "description": "Will Block Canvas from sending requests regarding tab switching",
    "version": "0.1",
    "author": "Jaxom Ali",
    "permissions": [
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}