Disable YouTube Share Box
Prevents the annoying share, embed, and email box under YouTube videos from popping down
Что такое Disable YouTube Share Box?
Disable YouTube Share Box - это расширение Chrome, разработанное Justin Hendryx, и его основная функция - "Prevents the annoying share, embed, and email box under YouTube videos from popping down".
Скачать файл CRX расширения Disable YouTube Share Box
Скачайте файлы расширений Disable YouTube Share Box в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                                             Основная информация о расширении
| Название |   |  
| ID | ihganmkmfefmfgfcebnadcbalknnnmij | 
| Официальный URL | https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij | 
| Описание | Prevents the annoying share, embed, and email box under YouTube videos from popping down | 
| Размер файла | 18.67 KB | 
| Количество установок | 11 | 
| Текущая Версия | 0.1 | 
| Последнее Обновление | 2016-02-22 | 
| Дата публикации | 2016-02-21 | 
| Рейтинг | 5.00/5 Всего 1 оценок | 
| Разработчик | Justin Hendryx | 
| Тип оплаты | free | 
| Поддерживаемые языки | 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
}  |  |