Disable Autoplay on YouTube

Automatically disable autoplay on YouTube

ما هو Disable Autoplay on YouTube؟

Disable Autoplay on YouTube هو إضافة Chrome تم تطويرها بواسطة Julio Carrió، والميزة الرئيسية لها هي "Automatically disable autoplay on YouTube".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Disable Autoplay on YouTube

قم بتنزيل ملفات الامتداد Disable Autoplay on YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Update: Fix new youtube version. 06/05/2019

The simplest extension found here. Shut off the autoplay option on youtube, that loads a suggested video when the current video ends. This extension doesn't interfere in the functioning of playlists.

note: after cleaning the browser history, the default value from youtube will come back, but with this extension you don't need to change again. Works very well!

Portuguese translation:
Extensão mais simples encontrada aqui. Desliga a opção autoplay do youtube, que carrega um vídeo sugerido quando a reprodução atual termina. Esta extensão não interfere no funcionamento de listas de reprodução.

nota: depois de limpar o histórico do browser, o padrão do youtube volta, mas com essa extensão não será necessário mudar novamente. Funciona muito bem!                    

معلومات أساسية عن التمديد

الاسم Disable Autoplay on YouTube Disable Autoplay on YouTube
ID mhnjhaekhlafoabhhpakebdpemkddcjd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/disable-autoplay-on-youtu/mhnjhaekhlafoabhhpakebdpemkddcjd
الوصف Automatically disable autoplay on YouTube
حجم الملف 10 KB
عدد التثبيتات 757
النسخة الحالية 1.5
آخر تحديث 2019-06-05
تاريخ النشر 2019-06-05
تقييم 3.12/5 مجموع تقييمات 33
المطور Julio Carrió
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Autoplay on YouTube",
    "version": "1.5",
    "description": "Automatically disable autoplay on YouTube",
    "short_name": "Disable Autoplay",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "index.html"
    },
    "web_accessible_resources": [
        "disable_autoplay.js"
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*"
    ],
    "manifest_version": 2
}