Get Facebook Video URL

Get Facebook video URL is a tool to help you obtain the video links from Facebook.

什么是Get Facebook Video URL?

Get Facebook Video URL是由gostream.co开发的Chrome扩展程序,该扩展的主要功能是“Get Facebook video URL is a tool to help you obtain the video links from Facebook.”。

扩展截图

screenshot

下载Get Facebook Video URL扩展crx文件

下载Get Facebook Video URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Với Get Facebook Video URL, bạn sẽ có thể lấy được đường dẫn video dạng SD hoặc HD của Facebook, đường dẫn này bạn có thể dùng để thêm vào GoStream để phát livestream.  Những đường dẫn này đảm bảo rằng GoStream sẽ lấy được thông tin về video.

With Get Facebook Video URL, you will have access to the Facebook video links including the SD and HD source URLs which you can use to add to GoStream for livestreaming. The URLs make sure that GoStream can obtain information about the videos be it restricted information.                    

扩展基本信息

名称 Get Facebook Video URL Get Facebook Video URL
ID pkmjclngmeekohhinhhjelkdjcllfaai
官方URL https://chromewebstore.google.com/detail/get-facebook-video-url/pkmjclngmeekohhinhhjelkdjcllfaai
简介 Get Facebook video URL is a tool to help you obtain the video links from Facebook.
文件大小 2.53 MB
安装次数 3,000
当前版本 1.1.2
更新时间 2023-04-27
上架时间 2021-04-14
评分 5.00/5 共6次评分
开发者 gostream.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gostream.co
帮助页面URL https://www.facebook.com/gostreamtool
隐私政策页面URL https://gostream.co/vi/chinh-sach-bao-mat-thong-tin-ca-nhan.164.html
支持的语言 en
manifest.json
{
    "name": "Get Facebook Video URL",
    "description": "Get Facebook video URL is a tool to help you obtain the video links from Facebook.",
    "version": "1.1.2",
    "manifest_version": 2,
    "homepage_url": "https:\/\/gostream.co",
    "icons": {
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "browser_action": {
        "default_title": "Get Video URL of Facebook",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "*:\/\/*\/*",
        "*:\/\/*.facebook.com\/",
        "*:\/\/*.tiktok.com\/",
        "tabs",
        "activeTab",
        "cookies"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:9303\/*",
            "https:\/\/webapp-maxstream.gstech.space\/*",
            "https:\/\/app.streamagain.co\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}