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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Nr.1 Social Media Exchange by Everve 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Nr.1 Social Media Exchange by Everve Nr.1 Social Media Exchange by Everve
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\/*"
    ]
}