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'est-ce que Nr.1 Social Media Exchange by Everve ?
Nr.1 Social Media Exchange by Everve est une extension Chrome développée par https://everve.net, et sa fonction principale est "Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nr.1 Social Media Exchange by Everve
Téléchargez les fichiers d'extension Nr.1 Social Media Exchange by Everve 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
Informations de Base sur l'Extension
Nom | |
ID | eondnglmkmoebhbhihbilkkkjfianlcm |
URL Officiel | https://chrome.google.com/webstore/detail/nr1-social-media-exchange/eondnglmkmoebhbhihbilkkkjfianlcm |
Description | Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE! |
Taille du Fichier | 1.92 MB |
Nombre d'Installations | 42,305 |
Version Actuelle | 2.42 |
Dernière Mise à Jour | 2022-08-26 |
Date de Publication | 2020-03-23 |
Évaluation | 4.65/5 Total 1140 Évaluations |
Développeur | https://everve.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://everve.net |
URL de la Page d'Aide | https://everve.net/user-support/ |
URL de la Page de Politique de Confidentialité | https://everve.net/docs/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |