Viderr
Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
什麼是Viderr?
Viderr是由srwkosic開發的Chrome擴展程式,該擴展的主要功能是“Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc”。
擴展截圖
下載Viderr擴展crx文件
下載Viderr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Download any online video with one click! Just navigate to any video containing URL and clickk the Viderr extension button You will be taken to a format selection screen, just choose your preferred format and download the video easily!
擴展基本資訊
名稱 | |
ID | miibmeobegjljlghddiockdoemnleljo |
官方網址 | https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo |
簡介 | Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc |
檔案大小 | 9.42 KB |
安裝次數 | 1,000 |
目前版本 | 1.0 |
更新時間 | 2019-09-23 |
上架時間 | 2019-09-20 |
評分 | 1.80/5 共 5 次評分 |
開發者 | srwkosic |
付費類型 | free |
擴展官網 | https://viderr.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viderr", "manifest_version": 2, "short_name": "Viderr.com video downloader", "description": "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "favicon.png" }, "icons": { "128": "favicon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |