VideoSkip

Skips/mutes/blanks selected parts of streaming videos

Was ist VideoSkip?

VideoSkip ist eine Chrome-Erweiterung, die von Francisco Ruiz entwickelt wurde, und ihr Hauptmerkmal ist "Skips/mutes/blanks selected parts of streaming videos".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

VideoSkip-Erweiterungs-CRX-Datei herunterladen

Laden Sie VideoSkip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VideoSkip VideoSkip
ID mlmifkfgafheljfcjlgoiggcfjenjeed
Offizielle URL https://chromewebstore.google.com/detail/videoskip/mlmifkfgafheljfcjlgoiggcfjenjeed
Beschreibung Skips/mutes/blanks selected parts of streaming videos
Dateigröße 81.3 KB
Installationsanzahl 2,441
Aktuelle Version 0.5.8
Letztes Update 2023-03-26
Veröffentlichungsdatum 2020-06-23
Bewertung 4.30/5 Insgesamt 10 Bewertungen
Entwickler Francisco Ruiz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://videoskip.org
Hilfeseite URL https://videoskip.org
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/passlok-privacy-policy/home
Unterstützte Sprachen 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"
    }
}