Nr.1 Social Media Exchange by Everve
Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE!
¿Qué es Nr.1 Social Media Exchange by Everve?
Nr.1 Social Media Exchange by Everve es una extensión de Chrome desarrollada por https://everve.net, y su función principal es "Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Nr.1 Social Media Exchange by Everve
Descarga archivos de extensión Nr.1 Social Media Exchange by Everve en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | |
ID | eondnglmkmoebhbhihbilkkkjfianlcm |
URL Oficial | https://chrome.google.com/webstore/detail/nr1-social-media-exchange/eondnglmkmoebhbhihbilkkkjfianlcm |
Descripción | Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE! |
Tamaño del Archivo | 1.92 MB |
Cantidad de Instalaciones | 42,305 |
Versión Actual | 2.42 |
Última Actualización | 2022-08-26 |
Fecha de Publicación | 2020-03-23 |
Calificación | 4.65/5 Total de 1140 Calificaciones |
Desarrollador | https://everve.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://everve.net |
URL de la Página de Ayuda | https://everve.net/user-support/ |
URL de la Página de Política de Privacidad | https://everve.net/docs/privacy-policy |
Idiomas Soportados | de,en,fr,es,hr,it,pt-BR,pt-PT,ro,sr,bg,ru,hi,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "short_name": "Everve", "version": "2.42", "description": "__MSG_chrome_extension_description__", "default_locale": "en", "browser_action": { "default_icon": "images\/everve-logo-32.png", "default_popup": "html\/popup.html", "default_title": "__MSG_browser_title__" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/browser-polyfill.min.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.everve.net\/*", "*:\/\/*.instagram.com\/", "*:\/\/*.google.com\/", "*:\/\/*.facebook.com\/", "*:\/\/*.twitter.com\/", "*:\/\/*.vk.com\/", "*:\/\/*.tiktok.com\/*" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/content.js" ] } ], "icons": { "16": "images\/everve-logo-16.png", "48": "images\/everve-logo-48.png", "128": "images\/everve-logo-128.png" }, "permissions": [ "background", "webRequest", "activeTab", "storage", "cookies", "*:\/\/everve.net\/", "*:\/\/*.instagram.com\/", "*:\/\/*.twitter.com\/", "*:\/\/*.tiktok.com\/*" ] } |