Anti Spoiler for Videos

Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.

Что такое Anti Spoiler for Videos?

Anti Spoiler for Videos - это расширение Chrome, разработанное https://danielsantana.cl, и его основная функция - "Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Anti Spoiler for Videos

Скачайте файлы расширений Anti Spoiler for Videos в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The extension will hide the video lengths, progress bar and times.

Are you Tired watching e-Sport videos (or any video really)and already know the result of the match? Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.

::HOW IT WORKS::

1) The extension will work for all the tabs on Chrome
2)To temporarily disable the extension, is very easy, just type:

chrome://extensions/

on the address bar and disable the extension there.

::HOW CONTROL THE VIDEO ON YOUTUBE::

1) Click on the video screen to set the controls up, now:
2) To control and move forward/backwards in the VOD: Use Arrows keyboard (LEFT and RIGHT) for 5 secs
3) To control and move forward/backwards in the VOD: Use Arrows keyboard (J and L). for 10 secs

TIP: In order to move forward several minutes Hold the right key or the L key.

Another way to control and move forward/backwards: Its numbers. For example If you press 5, you will be watching the 50% of the video. If you press 3, you will be watching the 30% of the game. I dont recommend to use Numbers tho, i prefer to use LEFT & RIGHT (holding them ) to to avoid spoilers about the time                    

Основная информация о расширении

Название Anti Spoiler for Videos Anti Spoiler for Videos
ID fkhbmlmbdahjcgngjmobfheegdfkdbgg
Официальный URL https://chromewebstore.google.com/detail/anti-spoiler-for-videos/fkhbmlmbdahjcgngjmobfheegdfkdbgg
Описание Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.
Размер файла 17.56 KB
Количество установок 316
Текущая Версия 1.0
Последнее Обновление 2018-11-07
Дата публикации 2018-11-07
Рейтинг 4.27/5 Всего 11 оценок
Разработчик https://danielsantana.cl
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://danielsantana.cl/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.",
    "manifest_version": 2,
    "name": "Anti Spoiler for Videos",
    "version": "1.0",
    "short_name": "Anti Spoiler for Videos",
    "icons": {
        "128": "on.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.afreecatv.com\/*"
            ],
            "css": [
                "estilos.css"
            ]
        }
    ]
}