Stop Video Download For YouTube
Adds a Stop Video button on YouTube which lets you stop the video from downloading.
ما هو Stop Video Download For YouTube؟
Stop Video Download For YouTube هو إضافة Chrome تم تطويرها بواسطة Subigya Nepal، والميزة الرئيسية لها هي "Adds a Stop Video button on YouTube which lets you stop the video from downloading.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stop Video Download For YouTube
قم بتنزيل ملفات الامتداد Stop Video Download For YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A stop button to keep YouTube videos from being downloaded in the background. Only works for Flash videos as of now. Note: This is a re-upload of the earlier version.
معلومات أساسية عن التمديد
الاسم | |
ID | mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/stop-video-download-for-y/mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
الوصف | Adds a Stop Video button on YouTube which lets you stop the video from downloading. |
حجم الملف | 37.88 KB |
عدد التثبيتات | 7,135 |
النسخة الحالية | 1.3 |
آخر تحديث | 2016-11-10 |
تاريخ النشر | 2016-11-10 |
تقييم | 3.78/5 مجموع تقييمات 67 |
المطور | Subigya Nepal |
نوع الدفع | free |
موقع الإضافة | http://www.thelacunablog.com/stop-download-youtube-videos.html |
عنوان صفحة المساعدة | http://www.thelacunablog.com/stop-download-youtube-videos.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "http:\/\/www.thelacunablog.com\/stop-download-youtube-videos.html", "description": "Adds a Stop Video button on YouTube which lets you stop the video from downloading.", "name": "Stop Video Download For YouTube", "version": "1.3", "manifest_version": 2, "icons": { "16": "images\/stop16.png", "48": "images\/stop48.png", "128": "images\/stop.png" }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "web_accessible_resources": [ "stopdownload.js" ] } |