DYL Download Facebook Video
Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing
Wat is DYL Download Facebook Video?
DYL Download Facebook Video is een Chrome-extensie ontwikkeld door https://dim0147.github.io/dyl-editor, en de belangrijkste functie is "Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing".
Extensie Screenshots
Download het CRX-bestand van de extensie DYL Download Facebook Video
Download DYL Download Facebook Video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*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
Basisinformatie over de Extensie
Naam | DYL Download Facebook Video |
ID | honmapcmnfgjmahijdniaaollhhfpcnj |
Officiële URL | https://chromewebstore.google.com/detail/dyl-download-facebook-vid/honmapcmnfgjmahijdniaaollhhfpcnj |
Beschrijving | Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing |
Bestandsgrootte | 3.58 MB |
Aantal Installaties | 5,557 |
Huidige Versie | 5.0.3 |
Laatst Bijgewerkt | 2021-11-11 |
Publicatiedatum | 2020-11-10 |
Beoordeling | 4.87/5 Totaal 310 Beoordelingen |
Ontwikkelaar | https://dim0147.github.io/dyl-editor |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dim0147.github.io/dyl-editor/en/update |
Help Pagina-URL | https://www.facebook.com/dylextension/ |
Ondersteunde Talen | 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'" } |