Invite Friends and Fans for Facebook™

Invite All your Friends and Fans (Post Likers) to your Facebook page

Invite Friends and Fans for Facebook™란 무엇입니까?

Invite Friends and Fans for Facebook™은(는) dennisdenniscallan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Invite All your Friends and Fans (Post Likers) to your Facebook page"입니다.

확장 프로그램 스크린샷

screenshot

Invite Friends and Fans for Facebook™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing the quickest and most reliable way to invite your friends to like Pages and Events with ease.

No need to waste time clicking on each friend to invite them to Events or Pages.

Cool Features:
• Always up-to-date with the latest changes on Facebook.
• Works for inviting friends to Events and Pages.
• Invite friends who liked your posts.
• It scrolls automatically for you.
• Works on any website with Facebook likes or comments.
• Works for likes on posts and comments anywhere on the web, even on Facebook widgets.

We'll help you click them all without any effort!

Copyright Note: Facebook™ is a registered trademark of Facebook Inc. This extension is not endorsed or affiliated with Facebook.                    

확장 프로그램 기본 정보

이름 Invite Friends and Fans for Facebook™ Invite Friends and Fans for Facebook™
ID ldbbgegmkoepikjlgceopadkedjmohpa
공식 URL https://chromewebstore.google.com/detail/invite-friends-and-fans-f/ldbbgegmkoepikjlgceopadkedjmohpa
설명 Invite All your Friends and Fans (Post Likers) to your Facebook page
파일 크기 116 KB
설치 횟수 1,872
현재 버전 1.0
최근 업데이트 2023-08-10
출시 날짜 2023-08-09
평점 4.75/5 총 16 개의 평점
개발자 dennisdenniscallan
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/inviterf/home
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Invite Friends and Fans for Facebook\u2122",
    "version": "1.0",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2",
                "info_img.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "description": "Invite All your Friends and Fans (Post Likers) to your Facebook page",
    "action": {
        "name": "Click to start"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}