Stuck on repeat
Adds a repeat button to Youtube & Vimeo videos.
ما هو Stuck on repeat؟
Stuck on repeat هو إضافة Chrome تم تطويرها بواسطة https://www.davidlopezgomez.es، والميزة الرئيسية لها هي "Adds a repeat button to Youtube & Vimeo videos.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stuck on repeat
قم بتنزيل ملفات الامتداد Stuck on repeat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You've got me stuck on repeat And I just can't seem to break free You've got me stuck on repeat I can only move to the beat And I don't remember how it started And I don't know how to stop But every time I reach the bottom Something pulls me right back to the top 'cause
معلومات أساسية عن التمديد
الاسم | Stuck on repeat |
ID | pldfmggcjmefiajnmphgpnbeideaaaab |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stuck-on-repeat/pldfmggcjmefiajnmphgpnbeideaaaab |
الوصف | Adds a repeat button to Youtube & Vimeo videos. |
حجم الملف | 11.92 KB |
عدد التثبيتات | 710 |
النسخة الحالية | 0.14 |
آخر تحديث | 2022-07-06 |
تاريخ النشر | 2017-09-08 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | https://www.davidlopezgomez.es |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stuck on repeat", "description": "__MSG_extDescription__", "author": "David L\u00f3pez", "version": "0.14", "default_locale": "en", "manifest_version": 2, "browser_action": { "default_icon": { "38": "img\/icon38.png", "19": "img\/icon19.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/vimeo.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" } } |