Connect On Demand

Join your friends with a single click

Connect On Demand란 무엇입니까?

Connect On Demand은(는) Win Social Media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Join your friends with a single click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Connect On Demand 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        connect On Demand with Who you want when you want with a single click
connect On Demand allows you to connect with one click!

Due to time and productivity focus you don't have time to send friend requests manually, why not connect On Demand with this extension! all you have to do is just add your keywords to target the right Connection you want to connect On Demand with. Then watch the magic as it gets done automatically on auto pilot!

Why not focus on Dollar active and let connect On Demand do the connecting with the right people for you. 

This extension is proudly developed and supported by winsocialmedia.com .                    

확장 프로그램 기본 정보

이름 Connect On Demand Connect On Demand
ID aclblnkgcfdfdhhmmbhighnabhnaekih
공식 URL https://chromewebstore.google.com/detail/connect-on-demand/aclblnkgcfdfdhhmmbhighnabhnaekih
설명 Join your friends with a single click
파일 크기 241 KB
설치 횟수 54
현재 버전 2.0.1
최근 업데이트 2020-09-29
출시 날짜 2020-09-01
개발자 Win Social Media
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://winsocialmedia.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Connect On Demand",
    "version": "2.0.1",
    "description": "Join your friends with a single click",
    "short_name": "COD",
    "icons": {
        "128": "assets\/icon128X128.png",
        "48": "assets\/icon48X48.png",
        "16": "assets\/icon16X16.png"
    },
    "browser_action": {
        "default_title": "Connect On Demand"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScriptBundle.js"
            ],
            "css": [
                "assets\/content.inj.css",
                "assets\/jquery.toast.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "storage",
        "notifications"
    ],
    "manifest_version": 2
}