Vimeo AutoPlay
Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.
ما هو Vimeo AutoPlay؟
Vimeo AutoPlay هو إضافة Chrome تم تطويرها بواسطة Wout Rikkerink، والميزة الرئيسية لها هي "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vimeo AutoPlay
قم بتنزيل ملفات الامتداد Vimeo AutoPlay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Vimeo AutoPlay is a super simple extension that will make videos on Vimeo automatically play when they are loaded. Videos only start playing when you actually select the tab with the video in it. You'll never have to worry about videos autoplaying in the background. V1.0.1: - Little performance improvement. - Stop searching for a video if it's not on the page (like upload page etc).
معلومات أساسية عن التمديد
الاسم | |
ID | nbnmlmfimedpoanpenhfjmcbplajakje |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje |
الوصف | Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab. |
حجم الملف | 13.75 KB |
عدد التثبيتات | 4,000 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2014-01-27 |
تاريخ النشر | 2014-01-27 |
تقييم | 4.28/5 مجموع تقييمات 18 |
المطور | Wout Rikkerink |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "author": "WORKengineering.com", "content_scripts": [ { "js": [ "inject.min.js" ], "matches": [ "http:\/\/www.vimeo.com\/*", "http:\/\/vimeo.com\/*", "https:\/\/www.vimeo.com\/*", "https:\/\/vimeo.com\/*" ], "run_at": "document_idle" } ], "description": "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Vimeo AutoPlay", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |