dlvr.it

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

O que é dlvr.it?

dlvr.it é uma extensão do Chrome desenvolvida por https://dlvrit.com, e sua principal característica é "dlvr.it makes sharing great content easy. Share content to Twitter, Facebook, Google+ and more from anywhere.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão dlvr.it

Baixe arquivos de extensão dlvr.it no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome dlvr.it dlvr.it
ID lnbmafaeknhpeabpppkieambfcnlcipb
URL Oficial https://chromewebstore.google.com/detail/dlvrit/lnbmafaeknhpeabpppkieambfcnlcipb
Descrição dlvr.it makes sharing great content easy. Share content to Twitter, Facebook, Google+ and more from anywhere.
Tamanho do Arquivo 66.2 KB
Contagem de Instalações 2,431
Versão Atual 1.0.0.10
Última Atualização 2022-05-28
Data de Publicação 2016-11-22
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://dlvrit.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dlvrit.com/
URL da Página de Ajuda https://support.dlvrit.com/
Idiomas Suportados 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"
}