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!
O que é Nr.1 Social Media Exchange by Everve?
Nr.1 Social Media Exchange by Everve é uma extensão do Chrome desenvolvida por https://everve.net, e sua principal característica é "Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nr.1 Social Media Exchange by Everve
Baixe arquivos de extensão Nr.1 Social Media Exchange by Everve no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | eondnglmkmoebhbhihbilkkkjfianlcm |
URL Oficial | https://chrome.google.com/webstore/detail/nr1-social-media-exchange/eondnglmkmoebhbhihbilkkkjfianlcm |
Descrição | Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE! |
Tamanho do Arquivo | 1.92 MB |
Contagem de Instalações | 42,305 |
Versão Atual | 2.42 |
Última Atualização | 2022-08-26 |
Data de Publicação | 2020-03-23 |
Classificação | 4.65/5 Total de 1140 Avaliações |
Desenvolvedor | https://everve.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://everve.net |
URL da Página de Ajuda | https://everve.net/user-support/ |
URL da Página de Política de Privacidade | https://everve.net/docs/privacy-policy |
Idiomas Suportados | 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\/*" ] } |