dlvr.it

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

dlvr.it là gì?

dlvr.it là một tiện ích mở rộng Chrome được phát triển bởi https://dlvrit.com, và tính năng chính của nó là "dlvr.it makes sharing great content easy. Share content to Twitter, Facebook, Google+ and more from anywhere.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng dlvr.it

Tải xuống các tệp mở rộng dlvr.it dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên dlvr.it dlvr.it
ID lnbmafaeknhpeabpppkieambfcnlcipb
URL Chính Thức https://chromewebstore.google.com/detail/dlvrit/lnbmafaeknhpeabpppkieambfcnlcipb
Mô tả dlvr.it makes sharing great content easy. Share content to Twitter, Facebook, Google+ and more from anywhere.
Kích Thước Tệp 66.2 KB
Số Lần Cài Đặt 2,431
Phiên Bản Hiện Tại 1.0.0.10
Cập Nhật Lần Cuối 2022-05-28
Ngày Phát Hành 2016-11-22
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://dlvrit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dlvrit.com/
URL Trang Trợ Giúp https://support.dlvrit.com/
Ngôn Ngữ Được Hỗ Trợ 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"
}