VideoSkip

Skips/mutes/blanks selected parts of streaming videos

Wat is VideoSkip?

VideoSkip is een Chrome-extensie ontwikkeld door Francisco Ruiz, en de belangrijkste functie is "Skips/mutes/blanks selected parts of streaming videos".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie VideoSkip

Download VideoSkip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam VideoSkip VideoSkip
ID mlmifkfgafheljfcjlgoiggcfjenjeed
Officiële URL https://chromewebstore.google.com/detail/videoskip/mlmifkfgafheljfcjlgoiggcfjenjeed
Beschrijving Skips/mutes/blanks selected parts of streaming videos
Bestandsgrootte 81.3 KB
Aantal Installaties 2,441
Huidige Versie 0.5.8
Laatst Bijgewerkt 2023-03-26
Publicatiedatum 2020-06-23
Beoordeling 4.30/5 Totaal 10 Beoordelingen
Ontwikkelaar Francisco Ruiz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://videoskip.org
Help Pagina-URL https://videoskip.org
URL van de Privacybeleid Pagina https://sites.google.com/view/passlok-privacy-policy/home
Ondersteunde Talen 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"
    }
}