GIF Stickers
Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…
Wat is GIF Stickers?
GIF Stickers is een Chrome-extensie ontwikkeld door pavel.surkov, en de belangrijkste functie is "Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library…".
Extensie Screenshots
Download het CRX-bestand van de extensie GIF Stickers
Download GIF Stickers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library of sticker.market)
Basisinformatie over de Extensie
Naam | |
ID | bgjfimhlbmgngcgejoplbcgnmdmoglap |
Officiële URL | https://chrome.google.com/webstore/detail/gif-stickers/bgjfimhlbmgngcgejoplbcgnmdmoglap |
Beschrijving | Emoji GIFs collection for stickers. Find and send emoji anywhere. Automatic paste GIF to chat's text field. (Uses huge library… |
Bestandsgrootte | 486 KB |
Aantal Installaties | 533 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-10-22 |
Publicatiedatum | 2018-10-22 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | pavel.surkov |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.adext0.xyz/install/privacy.html |
Ondersteunde Talen | 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 } |