GIF Stickers
Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…
Co to jest GIF Stickers?
GIF Stickers to rozszerzenie Chrome opracowane przez pavel.surkov, a jego główną funkcją jest „Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GIF Stickers
Pobierz pliki rozszerzeń GIF Stickers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library of sticker.market)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bgjfimhlbmgngcgejoplbcgnmdmoglap |
Oficjalny URL | https://chrome.google.com/webstore/detail/gif-stickers/bgjfimhlbmgngcgejoplbcgnmdmoglap |
Opis | Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library… |
Rozmiar pliku | 486 KB |
Liczba instalacji | 533 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-10-22 |
Data Publikacji | 2018-10-22 |
Ocena | 4.00/5 Łącznie 5 Oceny |
Deweloper | pavel.surkov |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.adext0.xyz/install/privacy.html |
Obsługiwane Języki | 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 } |