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 là gì?

Nr.1 Social Media Exchange by Everve là một tiện ích mở rộng Chrome được phát triển bởi https://everve.net, và tính năng chính của nó là "Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nr.1 Social Media Exchange by Everve

Tải xuống các tệp mở rộng Nr.1 Social Media Exchange by Everve dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nr.1 Social Media Exchange by Everve Nr.1 Social Media Exchange by Everve
ID eondnglmkmoebhbhihbilkkkjfianlcm
URL Chính Thức https://chrome.google.com/webstore/detail/nr1-social-media-exchange/eondnglmkmoebhbhihbilkkkjfianlcm
Mô tả Try the best Social Media Exchange Bot to get more from your social media accounts. It's automatic and FREE!
Kích Thước Tệp 1.92 MB
Số Lần Cài Đặt 42,305
Phiên Bản Hiện Tại 2.42
Cập Nhật Lần Cuối 2022-08-26
Ngày Phát Hành 2020-03-23
Đánh Giá 4.65/5 Tổng số 1140 Đánh Giá
Nhà Phát Triển https://everve.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://everve.net
URL Trang Trợ Giúp https://everve.net/user-support/
URL Trang Chính Sách Bảo Mật https://everve.net/docs/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}