VideoSkip

Skips/mutes/blanks selected parts of streaming videos

What is VideoSkip?

VideoSkip is a Chrome extension developed by Francisco Ruiz, and its main feature is "Skips/mutes/blanks selected parts of streaming videos".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download VideoSkip Extension CRX File

Download VideoSkip 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

                        VideoSkip allows you to filter out several types of objectionable content from video streams. It uses the same categories as the "Parents Guide" section of IMDB.com. It can skip sections entirely, or simply mute the sound or blank the video, at your discretion. Because it does not modify the videos in any way, but rather plays them selectively, it does not infringe media copyrights.

Step by step:

1. Load the video from a streaming service normally and begin play so it loads some data (not full-screen), then stop it and click the VideoSkip icon on the upper-right of the browser. A new window will appear next to the video. You can move it, or resize it like a regular page with Ctrl + or Ctrl -.

2. If you have a .skp file containing the skips, you can load it now with the "Load skip file" button. Once loaded, its contents will appear in a box on the "Edit" tab. There is a growing number of skip files for popular films at the VideoSkip Exchange, loaded by a button on the interface.

3. If the skip file has been previously synced with your video service, you will be taken to the "Filter" tab so you can set the filter strengths as described in the next step. Otherwise, you'll be taken to the "Sync" tab. There, you will be asked to scrub the video with the arrow buttons until it looks okay again. When the screenshot finally matches the video, click "Sync times" to sync everything for your service. A new version of the skip file will be made so the people you share it with can skip this step from now on.

4. Set the category filters using the sliders, according to the audience. The higher, the more stringent the filter. High = for children, Medium = for teens, Low = for adults. If a filter is Off, the flagged content will be shown.

5. Start the video from its own page, sit back, and enjoy. Skips will take place when their time arrives. A message will appear on the fullscreen video when you move the mouse, telling you which filters are engaged.

You can make your own skip files and share them with your friends freely. They will work even if the videos being played are from a different source. The skip file exchange is located at https://videoskip.org/exchange

There's also a standalone web app, which works with videos that you have saved to your computer. Get it at https://videoskip.org/app for computers, or https://videoskip.org/mobile for mobile devices.

Legal Notice: Content copyright owners and distributors are hereby informed that users and developers of this software are exercising their right of free speech, guaranteed by law in many nations, by voluntarily refraining from seeing or hearing content without modifying said content in any way. Legal action that ignores this notice will be considered harassment and infringement of basic rights, and prosecuted according to the law.                    

Extension Basic Information

Name VideoSkip VideoSkip
ID mlmifkfgafheljfcjlgoiggcfjenjeed
Official URL https://chromewebstore.google.com/detail/videoskip/mlmifkfgafheljfcjlgoiggcfjenjeed
Description Skips/mutes/blanks selected parts of streaming videos
File Size 81.3 KB
Installation Count 2,441
Current Version 0.5.8
Last Updated 2023-03-26
Publish Date 2020-06-23
Rating 4.30/5 Total 10 Ratings
Developer Francisco Ruiz
Email [email protected]
Payment Type free
Extension Website https://videoskip.org
Help Page URL https://videoskip.org
Privacy Policy Page URL https://sites.google.com/view/passlok-privacy-policy/home
Supported Languages en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VideoSkip",
    "short_name": "VideoSkip",
    "description": "__MSG_manifest_descr__",
    "default_locale": "en",
    "version": "0.5.8",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon24.png",
        "38": "img\/icon64.png",
        "48": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/*",
                "img\/icon64.png",
                "go2netflix.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "action": {
        "default_icon": "img\/icon64.png",
        "default_popup": "popup.html"
    }
}