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はhttps://danielsantana.clによって開発されたChromeの拡張機能で、その主な機能は「Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Anti Spoiler for Videos拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}