Get Facebook Video URL
Get Facebook video URL is a tool to help you obtain the video links from Facebook.
Was ist Get Facebook Video URL?
Get Facebook Video URL ist eine Chrome-Erweiterung, die von gostream.co entwickelt wurde, und ihr Hauptmerkmal ist "Get Facebook video URL is a tool to help you obtain the video links from Facebook.".
Erweiterungsscreenshots
Get Facebook Video URL-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get Facebook Video URL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Get Facebook Video URL |
ID | pkmjclngmeekohhinhhjelkdjcllfaai |
Offizielle URL | https://chromewebstore.google.com/detail/get-facebook-video-url/pkmjclngmeekohhinhhjelkdjcllfaai |
Beschreibung | Get Facebook video URL is a tool to help you obtain the video links from Facebook. |
Dateigröße | 2.53 MB |
Installationsanzahl | 3,000 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2023-04-27 |
Veröffentlichungsdatum | 2021-04-14 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | gostream.co |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gostream.co |
Hilfeseite URL | https://www.facebook.com/gostreamtool |
URL der Datenschutzrichtlinien-Seite | https://gostream.co/vi/chinh-sach-bao-mat-thong-tin-ca-nhan.164.html |
Unterstützte Sprachen | 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'" } |