OpenVideo – ad-free streaming
Watch all of the videos – but none of the ads! (...even on sites which block adblockers)
OpenVideo – ad-free streaming란 무엇입니까?
OpenVideo – ad-free streaming은(는) Dominik Sander에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch all of the videos – but none of the ads! (...even on sites which block adblockers)"입니다.
확장 프로그램 스크린샷
OpenVideo – ad-free streaming 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
OpenVideo creates a safe space on every video playing webpage - ideal for streaming sites bloated with ads and malware! OpenVideo comes with its own video player, which has some pretty cool features: ► adds player hotkeys (eg. 'f' for fullscreen) ► download button for every video ► add subtitles easily from hard drive or url ► starts video where you left ► theatre mode and picture-in-picture mode And on the most common streaming sites the OpenVideo player will be embedded automatically. Also there is a built in video search engine (doesn't overwrite your default search engine) and a library where you can manage your video history and your playlists. This addon uses Google Analytics so I can see which streaming hosts are most commonly used. This data is anonymous and can't be connected to individual users. This data important to keep up the high functionality rate of this addon, however you can turn it off in the extension's options.
확장 프로그램 기본 정보
이름 | OpenVideo – ad-free streaming |
ID | dadggmdmhmfkpglkfpkjdmlendbkehoh |
공식 URL | https://chromewebstore.google.com/detail/openvideo-%E2%80%93-ad-free-strea/dadggmdmhmfkpglkfpkjdmlendbkehoh |
설명 | Watch all of the videos – but none of the ads! (...even on sites which block adblockers) |
파일 크기 | 246 KB |
설치 횟수 | 38,063 |
현재 버전 | 4.2.0 |
최근 업데이트 | 2023-11-24 |
출시 날짜 | 2020-06-21 |
평점 | 4.58/5 총 429 개의 평점 |
개발자 | Dominik Sander |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://chrome.google.com/webstore/detail/openvideo-ad-free-streami/dadggmdmhmfkpglkfpkjdmlendbkehoh/support |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OpenVideo \u2013 ad-free streaming", "short_name": "OpenVideo", "description": "Watch all of the videos \u2013 but none of the ads! (...even on sites which block adblockers)", "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "action": { "default_icon": "logos\/logo256.png", "default_popup": "pages\/popupmenu\/index.html" }, "icons": { "16": "logos\/logo16.png", "48": "logos\/logo48.png", "64": "logos\/logo64.png", "128": "logos\/logo128.png", "256": "logos\/logo256.png" }, "background": { "service_worker": "background-scripts\/background.js" }, "permissions": [ "storage", "tabs", "unlimitedStorage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/openvideo-streaming.github.io\/*", "*:\/\/dood.pm\/*", "*:\/\/*.mxdcontent.net\/*", "https:\/\/*.mp4upload.com:282\/*", "*:\/\/*\/*ov-id=*" ], "optional_permissions": [ "downloads" ], "version": "4.2.0", "content_scripts": [ { "matches": [ " |