Disable YouTube Share Box

Prevents the annoying share, embed, and email box under YouTube videos from popping down

Co to jest Disable YouTube Share Box?

Disable YouTube Share Box to rozszerzenie Chrome opracowane przez Justin Hendryx, a jego główną funkcją jest „Prevents the annoying share, embed, and email box under YouTube videos from popping down”.

Pobierz plik CRX rozszerzenia Disable YouTube Share Box

Pobierz pliki rozszerzeń Disable YouTube Share Box 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 Disable YouTube Share Box Disable YouTube Share Box
ID ihganmkmfefmfgfcebnadcbalknnnmij
Oficjalny URL https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij
Opis Prevents the annoying share, embed, and email box under YouTube videos from popping down
Rozmiar pliku 18.67 KB
Liczba instalacji 11
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-02-22
Data Publikacji 2016-02-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Justin Hendryx
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable YouTube Share Box",
    "version": "0.1",
    "description": "Prevents the annoying share, embed, and email box under YouTube videos from popping down",
    "author": "Justin Hendryx",
    "permissions": [
        "contentSettings",
        "tabs"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "css": [
                "fixsocial.css"
            ]
        }
    ],
    "manifest_version": 2
}