Reload Video
Allow blocked videos to be sourced and played
什麼是Reload Video?
Reload Video是由https://5diraptor.com開發的Chrome擴展程式,該擴展的主要功能是“Allow blocked videos to be sourced and played”。
擴展截圖
下載Reload Video擴展crx文件
下載Reload Video擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Reload blocked videos so that they can be played. View our privacy policy here: https://5diraptor.com/toolkit/reload-video-chrome-extension/
擴展基本資訊
名稱 | Reload Video |
ID | dplngnnlbaelamcchcljcecfcabnoedf |
官方網址 | https://chromewebstore.google.com/detail/reload-video/dplngnnlbaelamcchcljcecfcabnoedf |
簡介 | Allow blocked videos to be sourced and played |
檔案大小 | 45.43 KB |
安裝次數 | 21 |
目前版本 | 1.2.0 |
更新時間 | 2023-08-29 |
上架時間 | 2022-03-09 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://5diraptor.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://5diraptor.com/toolkit/reload-video-chrome-extension/ |
隱私政策頁面URL | https://5diraptor.com/toolkit/chrome-plugin-privacy-policy |
支援的語言 | 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": [ " |