DYL Download Facebook Video
Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing
Qu'est-ce que DYL Download Facebook Video ?
DYL Download Facebook Video est une extension Chrome développée par https://dim0147.github.io/dyl-editor, et sa fonction principale est "Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DYL Download Facebook Video
Téléchargez les fichiers d'extension DYL Download Facebook Video 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
*WARNING: THIS EXTENSION IS COMPLETE AND WON'T RECEIVE ANY UPDATE TO FIX THE ISSUE OR ADDING NEW FEATURES, SEE THIS POST FOR DETAIL: https://www.facebook.com/dylextension/posts/364214245492196
Informations de Base sur l'Extension
Nom | DYL Download Facebook Video |
ID | honmapcmnfgjmahijdniaaollhhfpcnj |
URL Officiel | https://chromewebstore.google.com/detail/dyl-download-facebook-vid/honmapcmnfgjmahijdniaaollhhfpcnj |
Description | Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing |
Taille du Fichier | 3.58 MB |
Nombre d'Installations | 5,557 |
Version Actuelle | 5.0.3 |
Dernière Mise à Jour | 2021-11-11 |
Date de Publication | 2020-11-10 |
Évaluation | 4.87/5 Total 310 Évaluations |
Développeur | https://dim0147.github.io/dyl-editor |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dim0147.github.io/dyl-editor/en/update |
URL de la Page d'Aide | https://www.facebook.com/dylextension/ |
Langues Prises en Charge | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "5.0.3", "short_name": "DYL", "name": "DYL Download Facebook Video", "description": "__MSG_appDesc__", "default_locale": "en", "browser_action": { "default_title": "DYL Download Facebook Video", "default_popup": "popup.html" }, "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*" ], "js": [ "contentScript.bundle.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "PageScript.bundle.js", "DYL.bundle.js" ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "notifications", "downloads", "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*", "*:\/\/fb.watch\/*", "*:\/\/*.fbcdn.net\/*", "https:\/\/mc.yandex.ru\/metrika\/tag.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ga.js https:\/\/mc.yandex.ru\/metrika\/tag.js; object-src 'self'" } |