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 هو إضافة Chrome تم تطويرها بواسطة gostream.co، والميزة الرئيسية لها هي "Get Facebook video URL is a tool to help you obtain the video links from Facebook.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Get Facebook Video URL

قم بتنزيل ملفات الامتداد Get Facebook Video URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.facebook.com/gostreamtool
عنوان صفحة سياسة الخصوصية 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'"
}