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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}