Pause All Videos
Pauses all videos in all tabs
Pause All Videos क्या है?
Pause All Videos Christopher Ptak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pauses all videos in all tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pause All Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |