Oddshot to Youtube on Reddit
Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Что такое Oddshot to Youtube on Reddit?
Oddshot to Youtube on Reddit - это расширение Chrome, разработанное tmarc666, и его основная функция - "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".
Снимки экрана расширения
Скачать файл CRX расширения Oddshot to Youtube on Reddit
Скачайте файлы расширений Oddshot to Youtube on Reddit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will modify Oddshot urls to be Youtube urls if the Oddshot Bot commented in the comment section(top section) on Reddit. Added caching, use of the Oddshotbot api, Expandos, and the original oddshot link.
Основная информация о расширении
Название | Oddshot to Youtube on Reddit |
ID | bjgbiggjemblnceibgagelajlkianbkm |
Официальный URL | https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm |
Описание | Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented. |
Размер файла | 91.94 KB |
Количество установок | 218 |
Текущая Версия | 1.4 |
Последнее Обновление | 2016-02-18 |
Дата публикации | 2016-02-17 |
Рейтинг | 4.75/5 Всего 16 оценок |
Разработчик | tmarc666 |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oddshot to Youtube on Reddit", "description": "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.", "version": "1.4", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "images\/icon.png", "default_title": "Oddshot->Youtube" }, "permissions": [ "declarativeContent" ], "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "jquery.js", "lscache.js", "myscript.js" ] } ] } |