Disable Ynet video auto play

Disable Ynet video play when reading an article

Disable Ynet video auto playคืออะไร?

Disable Ynet video auto play เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ronilitman และคุณลักษณะหลักของมันคือ "Disable Ynet video play when reading an article"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable Ynet video auto play

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

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

                        You are entering Ynet and you see some interesting articles, you think to yourself - let's read some more!
You click on the article and BOOM! A noisy and annoying article video is starting to play. You are surprised and terrified, your whole family wakes up and complains that the volume is too high.

No more. With this extension Ynet won't start to play a video article again. Enjoy!                    

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

ชื่อ Disable Ynet video auto play Disable Ynet video auto play
ID mnkmdndkebodhogighjpkmpndalbpjho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho
คำอธิบาย Disable Ynet video play when reading an article
ขนาดไฟล์ 100 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-08-10
วันที่เผยแพร่ 2021-08-09
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา ronilitman
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Ynet video auto play",
    "description": "Disable Ynet video play when reading an article",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/ynet.co.il\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}