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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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'"
}