Anti Spoiler for Videos

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

What is Anti Spoiler for Videos?

Anti Spoiler for Videos is a Chrome extension developed by https://danielsantana.cl, and its main feature is "Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.".

Extension Screenshots

screenshot
screenshot

Download Anti Spoiler for Videos Extension CRX File

Download Anti Spoiler for Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Anti Spoiler for Videos Anti Spoiler for Videos
ID fkhbmlmbdahjcgngjmobfheegdfkdbgg
Official URL https://chromewebstore.google.com/detail/anti-spoiler-for-videos/fkhbmlmbdahjcgngjmobfheegdfkdbgg
Description Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.
File Size 17.56 KB
Installation Count 316
Current Version 1.0
Last Updated 2018-11-07
Publish Date 2018-11-07
Rating 4.27/5 Total 11 Ratings
Developer https://danielsantana.cl
Email [email protected]
Payment Type free
Help Page URL https://danielsantana.cl/
Supported Languages 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"
            ]
        }
    ]
}