NflxIntroSkip (Netflix Intro Skip)
Automatically skip intros in the Netflix web-player
Что такое NflxIntroSkip (Netflix Intro Skip)?
NflxIntroSkip (Netflix Intro Skip) - это расширение Chrome, разработанное gmertes, и его основная функция - "Automatically skip intros in the Netflix web-player".
Снимки экрана расширения
Скачать файл CRX расширения NflxIntroSkip (Netflix Intro Skip)
Скачайте файлы расширений NflxIntroSkip (Netflix Intro Skip) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A lightweight browser extension that does one thing and one thing only: automatically skip show intros on Netflix.
-The best at what it does: automatically click on the Skip Intro button in Netflix
-Install and forget, there's no configuration
-Extremely small footprint and zero overhead, only contains the absolute bare minimum to perform its function
-No analytics
-Free and open source Основная информация о расширении
| Название | |
| ID | jiindpkmmoompocmhgnfabfhlhniolpl |
| Официальный URL | https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl |
| Описание | Automatically skip intros in the Netflix web-player |
| Размер файла | 9.26 KB |
| Количество установок | 169 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2021-10-20 |
| Дата публикации | 2021-10-20 |
| Рейтинг | 5.00/5 Всего 4 оценок |
| Разработчик | gmertes |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/gmertes/NflxIntroSkip |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "NflxIntroSkip",
"description": "Automatically skip intros in the Netflix web-player",
"version": "1.0.0",
"manifest_version": 2,
"name": "NflxIntroSkip (Netflix Intro Skip)",
"homepage_url": "https:\/\/github.com\/gmertes\/NflxIntroSkip",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"https:\/\/www.netflix.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/*"
],
"js": [
"content.min.js"
],
"run_at": "document_start"
}
]
} | |