GIF Stickers
Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…
Qu'est-ce que GIF Stickers ?
GIF Stickers est une extension Chrome développée par pavel.surkov, et sa fonction principale est "Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GIF Stickers
Téléchargez les fichiers d'extension GIF Stickers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library of sticker.market)
Informations de Base sur l'Extension
Nom | |
ID | bgjfimhlbmgngcgejoplbcgnmdmoglap |
URL Officiel | https://chrome.google.com/webstore/detail/gif-stickers/bgjfimhlbmgngcgejoplbcgnmdmoglap |
Description | Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library… |
Taille du Fichier | 486 KB |
Nombre d'Installations | 533 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2018-10-22 |
Date de Publication | 2018-10-22 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | pavel.surkov |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.adext0.xyz/install/privacy.html |
Langues Prises en Charge | 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 } |