Instant - Instagram™ and TikTok™ Downloader

Save videos and images from Instagram™ and TikTok™ in one click!

O que é Instant - Instagram™ and TikTok™ Downloader?

Instant - Instagram™ and TikTok™ Downloader é uma extensão do Chrome desenvolvida por alekzgreen, e sua principal característica é "Save videos and images from Instagram™ and TikTok™ in one click!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Instant - Instagram™ and TikTok™ Downloader

Baixe arquivos de extensão Instant - Instagram™ and TikTok™ Downloader 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

                        Instant is simply extension that helps you save content from popular social networks.

UPDATE (12/1/2020): Extension under maintenance. We working on new core functionality to support TikTok downloading. Stay tuned!                    

Informações Básicas da Extensão

Nome Instant - Instagram™ and TikTok™ Downloader Instant - Instagram™ and TikTok™ Downloader
ID hfoogiiecnglahookahfeppjlgkkdjdo
URL Oficial https://chrome.google.com/webstore/detail/instant-instagram-and-tik/hfoogiiecnglahookahfeppjlgkkdjdo
Descrição Save videos and images from Instagram™ and TikTok™ in one click!
Tamanho do Arquivo 1.37 MB
Contagem de Instalações 4,000
Versão Atual 1.2.6
Última Atualização 2020-12-02
Data de Publicação 2019-12-02
Classificação 2.43/5 Total de 14 Avaliações
Desenvolvedor alekzgreen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant - Instagram\u2122 and TikTok\u2122 Downloader",
    "short_name": "Instant",
    "version": "1.2.6",
    "description": "Save videos and images from Instagram\u2122 and TikTok\u2122 in one click!",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/jlbnmcnmjhcgdnbkdlgmibahbffjlnpa",
    "manifest_version": 2,
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "*:\/\/*.tiktok.com\/*",
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.js",
                "vendors\/bundle.js",
                "content\/bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon-32.png",
        "default_title": "Instant"
    },
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "content\/*.svg"
    ]
}