Reload Video
Allow blocked videos to be sourced and played
Wat is Reload Video?
Reload Video is een Chrome-extensie ontwikkeld door https://5diraptor.com, en de belangrijkste functie is "Allow blocked videos to be sourced and played".
Extensie Screenshots
Download het CRX-bestand van de extensie Reload Video
Download Reload Video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Reload blocked videos so that they can be played. View our privacy policy here: https://5diraptor.com/toolkit/reload-video-chrome-extension/
Basisinformatie over de Extensie
Naam | Reload Video |
ID | dplngnnlbaelamcchcljcecfcabnoedf |
Officiële URL | https://chromewebstore.google.com/detail/reload-video/dplngnnlbaelamcchcljcecfcabnoedf |
Beschrijving | Allow blocked videos to be sourced and played |
Bestandsgrootte | 45.43 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-08-29 |
Publicatiedatum | 2022-03-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://5diraptor.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://5diraptor.com/toolkit/reload-video-chrome-extension/ |
URL van de Privacybeleid Pagina | https://5diraptor.com/toolkit/chrome-plugin-privacy-policy |
Ondersteunde Talen | 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": [ " |