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
Eメール [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'"
}