Invite All Friends for Facebook™

Invite All your Friends to your Facebook page (works in NEW FB interface)! FREE!

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

Invite All Friends for Facebook™은(는) zhirovaregina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Invite All your Friends to your Facebook page (works in NEW FB interface)! FREE!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The fastest and most reliable way to invite your friends to like Pages and Events.
Updated to support new Facebook design!
We will help you grow your Pages and your Events

Don't waste your time by clicking all your friends to invite them to Events or Pages.

Main Features:
• Updated to latest Facebook changes.
• Works for Events and Pages
• Works for Invites to Post's Likes
• Autoscroll

We will help you click them all automatically!
It works with all Facebook recent changes to Invite Boxes.

Copyright note: Facebook™ is a registered trademark of Facebook Inc. This extension is neither endorsed by or affiliated with Facebook.                    

확장 프로그램 기본 정보

이름 Invite All Friends for Facebook™ Invite All Friends for Facebook™
ID nnnlfmcnfphfaobodohdkpnccfneiehe
공식 URL https://chrome.google.com/webstore/detail/nnnlfmcnfphfaobodohdkpnccfneiehe
설명 Invite All your Friends to your Facebook page (works in NEW FB interface)! FREE!
파일 크기 171 KB
설치 횟수 82,639
현재 버전 3.0.1
최근 업데이트 2022-10-10
출시 날짜 2020-11-19
평점 4.46/5 총 337 개의 평점
개발자 zhirovaregina
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.extensiongo.com/
개인정보 보호 정책 페이지 URL https://www.extensiongo.com/privacy
지원되는 언어 de,en,fr,es,it,pl,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Invite All Friends for Facebook\u2122",
    "version": "3.0.1",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2",
                "fb-free.png",
                "att-icon.png"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "description": "Invite All your Friends to your Facebook page (works in NEW FB interface)! FREE!",
    "homepage_url": "https:\/\/www.extensiongo.com",
    "action": {
        "name": "Click to start"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ]
}