Luke's reddit on Youtube™

Adds reddit comments to youtube videos

Co to jest Luke's reddit on Youtube™?

Luke's reddit on Youtube™ to rozszerzenie Chrome opracowane przez http://corrodinggames.com, a jego główną funkcją jest „Adds reddit comments to youtube videos”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Luke's reddit on Youtube™

Pobierz pliki rozszerzeń Luke's reddit on Youtube™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Luke's reddit on Youtube™ Luke's reddit on Youtube™
ID bomfepjocepbhfiodmmhogdapoicjegf
Oficjalny URL https://chrome.google.com/webstore/detail/lukes-reddit-on-youtube/bomfepjocepbhfiodmmhogdapoicjegf
Opis Adds reddit comments to youtube videos
Rozmiar pliku 85.01 KB
Liczba instalacji 115
Aktualna Wersja 0.28
Ostatnia Aktualizacja 2015-06-22
Data Publikacji 2015-06-22
Ocena 3.71/5 Łącznie 17 Oceny
Deweloper http://corrodinggames.com
Typ Płatności free
Adres URL Strony Pomocy https://github.com/LukePH/reddit-youtube-chrome-extension/issues
Obsługiwane Języki 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
}