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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DYL Download Facebook Video 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *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 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
이메일 [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'"
}