GiffyTube
Get links to 3 second GIFs of the YouTube video you're watching
Что такое GiffyTube?
GiffyTube - это расширение Chrome, разработанное https://giffytu.be, и его основная функция - "Get links to 3 second GIFs of the YouTube video you're watching".
Снимки экрана расширения
Скачать файл CRX расширения GiffyTube
Скачайте файлы расширений GiffyTube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | fijjgkkihhmbajhllkonpghlniolbhgl |
| Официальный URL | https://chromewebstore.google.com/detail/giffytube/fijjgkkihhmbajhllkonpghlniolbhgl |
| Описание | Get links to 3 second GIFs of the YouTube video you're watching |
| Размер файла | 8.34 KB |
| Количество установок | 97 |
| Текущая Версия | 0.0.11 |
| Последнее Обновление | 2014-10-22 |
| Дата публикации | 2014-10-21 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | https://giffytu.be |
| Тип оплаты | free |
| Официальный сайт расширения | http://giffytu.be |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.11",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"http:\/\/*.youtube.com\/*",
"https:\/\/*.youtube.com\/*",
"http:\/\/youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
"scripts\/inject.js",
"scripts\/vendor\/react\/react.js"
]
} | |