dlvr.it

dlvr.it makes sharing great content easy. Share content to Twitter, Facebook, Google+ and more from anywhere.

dlvr.it란 무엇입니까?

dlvr.it은(는) https://dlvrit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "dlvr.it makes sharing great content easy. Share content to Twitter, Facebook, Google+ and more from anywhere."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

dlvr.it 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        dlvr.it makes it easy to share updates across social media. Post breaking news, photos and videos to Facebook, Twitter, and across all your social media platforms.                    

확장 프로그램 기본 정보

이름 dlvr.it dlvr.it
ID lnbmafaeknhpeabpppkieambfcnlcipb
공식 URL https://chromewebstore.google.com/detail/dlvrit/lnbmafaeknhpeabpppkieambfcnlcipb
설명 dlvr.it makes sharing great content easy. Share content to Twitter, Facebook, Google+ and more from anywhere.
파일 크기 66.2 KB
설치 횟수 2,431
현재 버전 1.0.0.10
최근 업데이트 2022-05-28
출시 날짜 2016-11-22
평점 5.00/5 총 5 개의 평점
개발자 https://dlvrit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dlvrit.com/
도움말 페이지 URL https://support.dlvrit.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "data\/shared\/js\/extConfig.js",
            "lib\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/images\/chrome_icon_toolbar_19.png",
            "38": "data\/images\/chrome_icon_toolbar_38.png"
        },
        "default_title": "Add to dlvr.it"
    },
    "content_scripts": [
        {
            "js": [
                "data\/shared\/js\/jquery-1.9.1.min.js",
                "data\/shared\/js\/config.js",
                "data\/shared\/js\/DlvrQbase.js",
                "data\/shared\/js\/DlvrQPost.js",
                "data\/js\/wrapper_google.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "data\/shared\/js\/infusion-dlvrit.js"
            ],
            "matches": [
                "*:\/\/*.dlvrit.com\/pages\/extension.php"
            ]
        },
        {
            "js": [
                "data\/shared\/js\/infusion-twitter.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        },
        {
            "js": [
                "data\/shared\/js\/infusion-reddit.js"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.dlvrit.com; object-src 'self' https:\/\/*.dlvrit.com; font-src 'self' https:\/\/*.dlvrit.com; frame-src 'self' https:\/\/*.dlvrit.com",
    "description": "dlvr.it makes sharing great content easy. Share content to Twitter, Facebook, Google+ and more from anywhere.",
    "homepage_url": "http:\/\/dlvrit.com",
    "icons": {
        "16": "data\/images\/chrome_icon_contextmenu_16.png",
        "48": "data\/images\/chrome_icon_extlist_48.png",
        "128": "data\/images\/chrome_icon_install_128.png"
    },
    "manifest_version": 2,
    "name": "dlvr.it",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "data\/shared\/images\/dlvrit-twitter.png",
        "data\/shared\/images\/[email protected]",
        "data\/shared\/images\/dlvrit-twittergallery.png",
        "data\/shared\/images\/[email protected]",
        "data\/shared\/images\/dlvrit-twitter-2.png",
        "data\/shared\/images\/[email protected]"
    ],
    "version": "1.0.0.10"
}