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 |
Eメール | [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\/*" ] } |