GIF Stickers

Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…

O que é GIF Stickers?

GIF Stickers é uma extensão do Chrome desenvolvida por pavel.surkov, e sua principal característica é "Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GIF Stickers

Baixe arquivos de extensão GIF Stickers 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

                        Emoji GIFs collection for stickers.

Find and send emoji anywhere.

Automatic paste GIF to chat's text field.

(Uses huge library of sticker.market)                    

Informações Básicas da Extensão

Nome GIF Stickers GIF Stickers
ID bgjfimhlbmgngcgejoplbcgnmdmoglap
URL Oficial https://chrome.google.com/webstore/detail/gif-stickers/bgjfimhlbmgngcgejoplbcgnmdmoglap
Descrição Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…
Tamanho do Arquivo 486 KB
Contagem de Instalações 533
Versão Atual 1.1
Última Atualização 2018-10-22
Data de Publicação 2018-10-22
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor pavel.surkov
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.adext0.xyz/install/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF Stickers",
    "description": "",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_popup": "stickers.html",
        "default_icon": "19.png"
    },
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "short_name": "GIF-Stickers",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}