Luke's reddit on Youtube™

Adds reddit comments to youtube videos

ما هو Luke's reddit on Youtube™؟

Luke's reddit on Youtube™ هو إضافة Chrome تم تطويرها بواسطة http://corrodinggames.com، والميزة الرئيسية لها هي "Adds reddit comments to youtube videos".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Luke's reddit on Youtube™

قم بتنزيل ملفات الامتداد Luke's reddit on Youtube™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Switch between reddit comments and youtube comments when watching youtube videos.

-Searches reddit and shows comments based on the thread's popularly
-Switch between all reddit threads
-Will automatically switch back to youtube comments if no reddit threads are found

Source: https://github.com/LukePH/reddit-youtube-chrome-extension

---

Youtube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.

reddit is a registered trademark of reddit inc.                    

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

الاسم Luke's reddit on Youtube™ Luke's reddit on Youtube™
ID bomfepjocepbhfiodmmhogdapoicjegf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lukes-reddit-on-youtube/bomfepjocepbhfiodmmhogdapoicjegf
الوصف Adds reddit comments to youtube videos
حجم الملف 85.01 KB
عدد التثبيتات 115
النسخة الحالية 0.28
آخر تحديث 2015-06-22
تاريخ النشر 2015-06-22
تقييم 3.71/5 مجموع تقييمات 17
المطور http://corrodinggames.com
نوع الدفع free
عنوان صفحة المساعدة https://github.com/LukePH/reddit-youtube-chrome-extension/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Luke's reddit on Youtube\u2122",
    "description": "Adds reddit comments to youtube videos",
    "version": "0.28",
    "permissions": [
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*",
        "http:\/\/www.reddit.com\/*",
        "https:\/\/www.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "reddit.css",
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "images\/loading-slide.gif"
    ],
    "manifest_version": 2
}