GIF Stickers

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

Apa itu GIF Stickers?

GIF Stickers adalah ekstensi Chrome yang dikembangkan oleh pavel.surkov, dan fitur utamanya adalah "Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GIF Stickers

Unduh file ekstensi GIF Stickers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Emoji GIFs collection for stickers.

Find and send emoji anywhere.

Automatic paste GIF to chat's text field.

(Uses huge library of sticker.market)                    

Informasi Dasar Ekstensi

Nama GIF Stickers GIF Stickers
ID bgjfimhlbmgngcgejoplbcgnmdmoglap
URL Resmi https://chrome.google.com/webstore/detail/gif-stickers/bgjfimhlbmgngcgejoplbcgnmdmoglap
Deskripsi Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…
Ukuran File 486 KB
Jumlah Instalasi 533
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-10-22
Tanggal Publikasi 2018-10-22
Penilaian 4.00/5 Total 5 Penilaian
Pengembang pavel.surkov
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.adext0.xyz/install/privacy.html
Bahasa yang Didukung 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
}