Just Invite

Just Invite helps you to invite your friends for your group or like your page.

Just Invite란 무엇입니까?

Just Invite은(는) https://justinvite.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just Invite helps you to invite your friends for your group or like your page."입니다.

확장 프로그램 스크린샷

screenshot

Just Invite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Don't waste your time by clicking one by one buttons to send invites to your friends to like your page or join your group. Because this tool is going to make your life easier, by making this process automated.                    

확장 프로그램 기본 정보

이름 Just Invite Just Invite
ID fbbfknbppfafoghnhpbnpmeikedkjkjg
공식 URL https://chromewebstore.google.com/detail/just-invite/fbbfknbppfafoghnhpbnpmeikedkjkjg
설명 Just Invite helps you to invite your friends for your group or like your page.
파일 크기 1.59 MB
설치 횟수 606
현재 버전 1.00.25
최근 업데이트 2023-12-27
출시 날짜 2022-05-19
평점 5.00/5 총 4 개의 평점
개발자 https://justinvite.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.justinvite.io
개인정보 보호 정책 페이지 URL https://tier5.us/chrome_extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Just Invite",
    "description": "Just Invite helps you to invite your friends for your group or like your page.",
    "version": "1.00.25",
    "icons": {
        "16": "images\/1650516856078-smallLogo.png",
        "48": "images\/1650516856141-mediumLogo.png",
        "128": "images\/1650516856221-largeLogo.png"
    },
    "action": {
        "default_title": "Just Invite",
        "default_popup": "dashboard.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "lib\/toastr.min.js",
                "lib\/moment.min.js",
                "js\/config.bundle.js",
                "js\/fb_invite_automation.bundle.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/invite_inj.css",
                "css\/toastr.min.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "*:\/\/*.kyubi.io\/api\/*",
        "*:\/\/*.justinvite.io\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
        "content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "short_name": "JI"
}