DYL Download Facebook Video
Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing
什么是DYL Download Facebook Video?
DYL Download Facebook Video是由https://dim0147.github.io/dyl-editor开发的Chrome扩展程序,该扩展的主要功能是“Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing”。
扩展截图
下载DYL Download Facebook Video扩展crx文件
下载DYL Download Facebook Video扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*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 扩展基本信息
| 名称 | |
| ID | honmapcmnfgjmahijdniaaollhhfpcnj |
| 官方URL | https://chromewebstore.google.com/detail/dyl-download-facebook-vid/honmapcmnfgjmahijdniaaollhhfpcnj |
| 简介 | Download Facebook Video, Story, Block Ads (Sponsor), Block Seen Story, Block Seen Message, Block is Typing |
| 文件大小 | 3.58 MB |
| 安装次数 | 5,557 |
| 当前版本 | 5.0.3 |
| 更新时间 | 2021-11-11 |
| 上架时间 | 2020-11-10 |
| 评分 | 4.87/5 共310次评分 |
| 开发者 | https://dim0147.github.io/dyl-editor |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://dim0147.github.io/dyl-editor/en/update |
| 帮助页面URL | https://www.facebook.com/dylextension/ |
| 支持的语言 | 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'"
} | |