Pause All Videos

Pauses all videos in all tabs

Pause All Videosคืออะไร?

Pause All Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christopher Ptak และคุณลักษณะหลักของมันคือ "Pauses all videos in all tabs"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pause All Videos

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

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

                        This tool is intended to help people who have lots (maybe even hundreds!) of tabs open. When they restore all those tabs at once, their open videos might start playing! Instead of having to search through all the open windows and pause the videos one by one, this extension gives a simple button that pauses every video at once.                    

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

ชื่อ Pause All Videos Pause All Videos
ID mmnnojmlbmhajhklfknapikeonpjcfpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pause-all-videos/mmnnojmlbmhajhklfknapikeonpjcfpf
คำอธิบาย Pauses all videos in all tabs
ขนาดไฟล์ 8.06 KB
จำนวนการติดตั้ง 284
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2023-08-14
วันที่เผยแพร่ 2022-11-28
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Christopher Ptak
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ChristopherPtak/PauseAllVideos
URL หน้าช่วยเหลือ https://github.com/ChristopherPtak/PauseAllVideos/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pause All Videos",
    "description": "Pauses all videos in all tabs",
    "author": "Christopher Ptak",
    "version": "0.2",
    "action": [],
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    }
}