VideoSkip

Skips/mutes/blanks selected parts of streaming videos

VideoSkip란 무엇입니까?

VideoSkip은(는) Francisco Ruiz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skips/mutes/blanks selected parts of streaming videos"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

VideoSkip 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 VideoSkip VideoSkip
ID mlmifkfgafheljfcjlgoiggcfjenjeed
공식 URL https://chromewebstore.google.com/detail/videoskip/mlmifkfgafheljfcjlgoiggcfjenjeed
설명 Skips/mutes/blanks selected parts of streaming videos
파일 크기 81.3 KB
설치 횟수 2,441
현재 버전 0.5.8
최근 업데이트 2023-03-26
출시 날짜 2020-06-23
평점 4.30/5 총 10 개의 평점
개발자 Francisco Ruiz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://videoskip.org
도움말 페이지 URL https://videoskip.org
개인정보 보호 정책 페이지 URL https://sites.google.com/view/passlok-privacy-policy/home
지원되는 언어 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"
    }
}