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!
什么是Nr.1 Social Media Exchange by Everve?
Nr.1 Social Media Exchange by Everve是由https://everve.net开发的Chrome扩展程序,该扩展的主要功能是“Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE!”。
扩展截图
下载Nr.1 Social Media Exchange by Everve扩展crx文件
下载Nr.1 Social Media Exchange by Everve扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | eondnglmkmoebhbhihbilkkkjfianlcm |
官方URL | https://chrome.google.com/webstore/detail/nr1-social-media-exchange/eondnglmkmoebhbhihbilkkkjfianlcm |
简介 | Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE! |
文件大小 | 1.92 MB |
安装次数 | 42,305 |
当前版本 | 2.42 |
更新时间 | 2022-08-26 |
上架时间 | 2020-03-23 |
评分 | 4.65/5 共1140次评分 |
开发者 | https://everve.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://everve.net |
帮助页面URL | https://everve.net/user-support/ |
隐私政策页面URL | https://everve.net/docs/privacy-policy |
支持的语言 | 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\/*" ] } |