VideoSkip

Skips/mutes/blanks selected parts of streaming videos

Vad är VideoSkip?

VideoSkip är en Chrome-tillägg utvecklad av Francisco Ruiz, och dess huvudfunktion är "Skips/mutes/blanks selected parts of streaming videos".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner VideoSkip-förlängningens CRX-fil

Ladda ner VideoSkip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn VideoSkip VideoSkip
ID mlmifkfgafheljfcjlgoiggcfjenjeed
Officiell webbadress https://chromewebstore.google.com/detail/videoskip/mlmifkfgafheljfcjlgoiggcfjenjeed
Beskrivning Skips/mutes/blanks selected parts of streaming videos
Filstorlek 81.3 KB
Antal Installationer 2,441
Aktuell Version 0.5.8
Senast Uppdaterad 2023-03-26
Publiceringsdatum 2020-06-23
Betyg 4.30/5 Totalt 10 Betyg
Utvecklare Francisco Ruiz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://videoskip.org
Hjälpsida URL https://videoskip.org
URL till Sekretesspolicy Sidan https://sites.google.com/view/passlok-privacy-policy/home
Stödda Språk 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"
    }
}