Get Facebook Video URL

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

Qu'est-ce que Get Facebook Video URL ?

Get Facebook Video URL est une extension Chrome développée par gostream.co, et sa fonction principale est "Get Facebook video URL is a tool to help you obtain the video links from Facebook.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Get Facebook Video URL

Téléchargez les fichiers d'extension Get Facebook Video URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Get Facebook Video URL Get Facebook Video URL
ID pkmjclngmeekohhinhhjelkdjcllfaai
URL Officiel https://chromewebstore.google.com/detail/get-facebook-video-url/pkmjclngmeekohhinhhjelkdjcllfaai
Description Get Facebook video URL is a tool to help you obtain the video links from Facebook.
Taille du Fichier 2.53 MB
Nombre d'Installations 3,000
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-04-27
Date de Publication 2021-04-14
Évaluation 5.00/5 Total 6 Évaluations
Développeur gostream.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gostream.co
URL de la Page d'Aide https://www.facebook.com/gostreamtool
URL de la Page de Politique de Confidentialité https://gostream.co/vi/chinh-sach-bao-mat-thong-tin-ca-nhan.164.html
Langues Prises en Charge 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'"
}