U Comment for Youtube™

Watch youtube vides and see comments occur as you watch

Co to jest U Comment for Youtube™?

U Comment for Youtube™ to rozszerzenie Chrome opracowane przez gornall.jason, a jego główną funkcją jest „Watch youtube vides and see comments occur as you watch”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia U Comment for Youtube™

Pobierz pliki rozszerzeń U Comment for 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa U Comment for Youtube™ U Comment for Youtube™
ID jkflkkodhkllkfpgocafmggflhhpleal
Oficjalny URL https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal
Opis Watch youtube vides and see comments occur as you watch
Rozmiar pliku 43.7 KB
Liczba instalacji 161
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2015-09-21
Data Publikacji 2015-09-21
Ocena 2.92/5 Łącznie 13 Oceny
Deweloper gornall.jason
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "U Comment for Youtube\u2122",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Watch youtube vides and see comments occur as you watch",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "ajaxer.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "basic.css",
                "animate.css"
            ],
            "js": [
                "jquery.min.js",
                "teacup.js",
                "async.min.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}