Reload Video
Allow blocked videos to be sourced and played
What is Reload Video?
Reload Video is a Chrome extension developed by https://5diraptor.com, and its main feature is "Allow blocked videos to be sourced and played".
Extension Screenshots
Download Reload Video Extension CRX File
Download Reload Video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Reload blocked videos so that they can be played. View our privacy policy here: https://5diraptor.com/toolkit/reload-video-chrome-extension/
Extension Basic Information
Name | Reload Video |
ID | dplngnnlbaelamcchcljcecfcabnoedf |
Official URL | https://chromewebstore.google.com/detail/reload-video/dplngnnlbaelamcchcljcecfcabnoedf |
Description | Allow blocked videos to be sourced and played |
File Size | 45.43 KB |
Installation Count | 21 |
Current Version | 1.2.0 |
Last Updated | 2023-08-29 |
Publish Date | 2022-03-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://5diraptor.com |
[email protected] | |
Payment Type | free |
Extension Website | https://5diraptor.com/toolkit/reload-video-chrome-extension/ |
Privacy Policy Page URL | https://5diraptor.com/toolkit/chrome-plugin-privacy-policy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reload Video", "description": "Allow blocked videos to be sourced and played", "version": "1.2.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/my.ubtsupport.com\/*" ], "js": [ "autorun.js" ] } ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/assets\/logo16.png", "32": "\/assets\/logo32.png", "48": "\/assets\/logo48.png", "128": "\/assets\/logo128.png" } }, "icons": { "16": "\/assets\/logo16.png", "32": "\/assets\/logo32.png", "48": "\/assets\/logo48.png", "128": "\/assets\/logo128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ " |