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
拡張機能の基本情報
名前 | DYL Download Facebook Video |
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 |
Eメール | [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'" } |