OpenVideo – ad-free streaming
Watch all of the videos – but none of the ads! (...even on sites which block adblockers)
OpenVideo – ad-free streaming là gì?
OpenVideo – ad-free streaming là một tiện ích mở rộng Chrome được phát triển bởi Dominik Sander, và tính năng chính của nó là "Watch all of the videos – but none of the ads! (...even on sites which block adblockers)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OpenVideo – ad-free streaming
Tải xuống các tệp mở rộng OpenVideo – ad-free streaming dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OpenVideo – ad-free streaming |
ID | dadggmdmhmfkpglkfpkjdmlendbkehoh |
URL Chính Thức | https://chromewebstore.google.com/detail/openvideo-%E2%80%93-ad-free-strea/dadggmdmhmfkpglkfpkjdmlendbkehoh |
Mô tả | Watch all of the videos – but none of the ads! (...even on sites which block adblockers) |
Kích Thước Tệp | 246 KB |
Số Lần Cài Đặt | 38,063 |
Phiên Bản Hiện Tại | 4.2.0 |
Cập Nhật Lần Cuối | 2023-11-24 |
Ngày Phát Hành | 2020-06-21 |
Đánh Giá | 4.58/5 Tổng số 429 Đánh Giá |
Nhà Phát Triển | Dominik Sander |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://chrome.google.com/webstore/detail/openvideo-ad-free-streami/dadggmdmhmfkpglkfpkjdmlendbkehoh/support |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |