DYL Download Facebook Video
Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing
Was ist DYL Download Facebook Video?
DYL Download Facebook Video ist eine Chrome-Erweiterung, die von https://dim0147.github.io/dyl-editor entwickelt wurde, und ihr Hauptmerkmal ist "Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing".
Erweiterungsscreenshots
DYL Download Facebook Video-Erweiterungs-CRX-Datei herunterladen
Laden Sie DYL Download Facebook Video-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
*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
Grundlegende Informationen zur Erweiterung
Name | DYL Download Facebook Video |
ID | honmapcmnfgjmahijdniaaollhhfpcnj |
Offizielle URL | https://chromewebstore.google.com/detail/dyl-download-facebook-vid/honmapcmnfgjmahijdniaaollhhfpcnj |
Beschreibung | Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing |
Dateigröße | 3.58 MB |
Installationsanzahl | 5,557 |
Aktuelle Version | 5.0.3 |
Letztes Update | 2021-11-11 |
Veröffentlichungsdatum | 2020-11-10 |
Bewertung | 4.87/5 Insgesamt 310 Bewertungen |
Entwickler | https://dim0147.github.io/dyl-editor |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dim0147.github.io/dyl-editor/en/update |
Hilfeseite URL | https://www.facebook.com/dylextension/ |
Unterstützte Sprachen | 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'" } |