Automated Post Liker Inviter for Facebook™

Invite your friends and post likers to like and follow your page! Just open the list of likers and run this tool!

Automated Post Liker Inviter for Facebook™란 무엇입니까?

Automated Post Liker Inviter for Facebook™은(는) http://invitelikers.com.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Invite your friends and post likers to like and follow your page! Just open the list of likers and run this tool!"입니다.

확장 프로그램 스크린샷

screenshot

Automated Post Liker Inviter for Facebook™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Invite everyone who liked your Facebook posts and your friends to like your Facebook page! Our extension fully supports the new Facebook user interface (as of 2023)!

Our app is very straightforward to use, and it includes timeouts between each click to ensure smooth operation. It works exclusively on the website facebook.com. Simply run the extension while you're on Facebook.

Are you looking for more genuine followers for your page? Look no further! This script is the perfect solution for you. It helps you convert post likers into followers and ensures their continued support. If it doesn't work in your local language - just change Facebook to English. We detect all buttons by names and some translations may be missing.

Is it legal?
Absolutely! This script does not violate any of Facebook's rules and only automates simple manual tasks.

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

확장 프로그램 기본 정보

이름 Automated Post Liker Inviter for Facebook™ Automated Post Liker Inviter for Facebook™
ID hlohbbnpgbegogpbiocbnohjjempdgde
공식 URL https://chrome.google.com/webstore/detail/hlohbbnpgbegogpbiocbnohjjempdgde
설명 Invite your friends and post likers to like and follow your page! Just open the list of likers and run this tool!
파일 크기 143 KB
설치 횟수 568
현재 버전 2022.6
최근 업데이트 2023-05-30
출시 날짜 2022-10-30
평점 5.00/5 총 3 개의 평점
개발자 http://invitelikers.com.ru
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/video-downloader-pro-extension
지원되는 언어 de,en,fr,es,it,pl,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automated Post Liker Inviter for Facebook\u2122",
    "version": "2022.6",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2",
                "fbe-intro-free.png",
                "fbe-intro-free2.png",
                "att-icon.png"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "Invite your friends and post likers to like and follow your page! Just open the list of likers and run this tool!",
    "homepage_url": "https:\/\/www.invitelikers.com.ru\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "name": "Click to start"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ]
}