Save Video As
Save Video As is a video downloader: You can save any online video as file.
Wat is Save Video As?
Save Video As is een Chrome-extensie ontwikkeld door Anastasiya Lubimova, en de belangrijkste functie is "Save Video As is a video downloader: You can save any online video as file.".
Extensie Screenshots
Download het CRX-bestand van de extensie Save Video As
Download Save Video As-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
Help you to download videos from web sites.
Warning:
Google Chrome policies don't allow to download from YouTube. Basisinformatie over de Extensie
| Naam | |
| ID | fhmhocodenpjbbmndbladmhbhpcogejc |
| Officiële URL | https://chrome.google.com/webstore/detail/save-video-as/fhmhocodenpjbbmndbladmhbhpcogejc |
| Beschrijving | Save Video As is a video downloader: You can save any online video as file. |
| Bestandsgrootte | 101 KB |
| Aantal Installaties | 27,807 |
| Huidige Versie | 1.8 |
| Laatst Bijgewerkt | 2021-02-13 |
| Publicatiedatum | 2017-08-14 |
| Beoordeling | 2.88/5 Totaal 248 Beoordelingen |
| Ontwikkelaar | Anastasiya Lubimova |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | de,en,fr,es,it,pt-BR,pt-PT,ru |
| manifest.json | |
{
"manifest_version": 2,
"name": "__MSG_ext_name__",
"short_name": "__MSG_ext_short_name__",
"description": "__MSG_ext_description__",
"version": "1.8",
"content_scripts": [
{
"js": [
"find_video_urls.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/www.youtube.com\/*"
],
"all_frames": true
}
],
"default_locale": "en",
"permissions": [
"downloads",
"tabs",
"storage",
"webRequest",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"page": "process.html"
},
"browser_action": {
"default_icon": "icons\/48.png",
"default_popup": "popup.html",
"default_title": "__MSG_ext_name__"
},
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"128": "icons\/128.png",
"48": "icons\/48.png"
}
} | |