X Video Downloader | Fast and Free
Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use
Τι είναι το X Video Downloader | Fast and Free;
Το X Video Downloader | Fast and Free είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Creative Extensions Studio, και η κύρια λειτουργία του είναι "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης X Video Downloader | Fast and Free
Λήψη αρχείων επέκτασης X Video Downloader | Fast and Free σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Meet the 'X Video Downloader' Chrome browser extension formerly known as "Twitter Video Downloader | Fast and Free" – Your ultimate tool for easily saving Twitter videos and GIFs with just a single click! Experience the speed and simplicity of content downloading on X (ex Twitter).
Get started now for free! 🙌 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | dknlpoinnbnmbocobocfmbanemkpmpac |
| Επίσημο URL | https://chromewebstore.google.com/detail/x-video-downloader-fast-a/dknlpoinnbnmbocobocfmbanemkpmpac |
| Περιγραφή | Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use |
| Μέγεθος Αρχείου | 31.13 KB |
| Αριθμός Εγκαταστάσεων | 1,300 |
| Τρέχουσα Έκδοση | 1.1.0 |
| Τελευταία Ενημέρωση | 2023-10-17 |
| Ημερομηνία Δημοσίευσης | 2023-09-17 |
| Αξιολόγηση | 4.91/5 Συνολικά 11 Αξιολογήσεις |
| Προγραμματιστής | Creative Extensions Studio |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/polity-extension/home |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.0",
"name": "X Video Downloader | Fast and Free",
"description": "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use",
"manifest_version": 3,
"icons": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"background": {
"service_worker": "bg_service_worker.js"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/*.twitter.com\/*"
],
"js": [
"inject.js"
],
"css": [
"content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.js"
],
"matches": [
"*:\/\/*.twitter.com\/*"
]
}
],
"host_permissions": [
"*:\/\/*.twitter.com\/*"
]
} | |