Amazon Prime Skip Intro
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Что такое Amazon Prime Skip Intro?
Amazon Prime Skip Intro - это расширение Chrome, разработанное Unknown, и его основная функция - "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".
Снимки экрана расширения
Скачать файл CRX расширения Amazon Prime Skip Intro
Скачайте файлы расширений Amazon Prime Skip Intro в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. Основная информация о расширении
| Название | |
| ID | ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Официальный URL | https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Описание | If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. |
| Размер файла | 33.88 KB |
| Количество установок | 127 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2019-08-02 |
| Дата публикации | 2019-08-01 |
| Рейтинг | 1.00/5 Всего 4 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Amazon Prime Skip Intro",
"version": "1.0",
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.com\/gp\/video\/*",
"http:\/\/www.amazon.com\/gp\/video\/*"
],
"js": [
"content.js"
]
}
]
} | |