Invite Post Likers to Like Facebook™ Page

Easily invite users who liked your posts to like your fanpage and grow quickly.

Invite Post Likers to Like Facebook™ Page란 무엇입니까?

Invite Post Likers to Like Facebook™ Page은(는) BRIX Maker Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily invite users who liked your posts to like your fanpage and grow quickly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Invite Post Likers to Like Facebook™ Page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatically Invite All Post Likers to Like your Facebook™ Page.

If you want to invite your posts likers to like your Facebook™ Page in order to grow new followers and likers on your fanpage, this is the best extension for you.

It will allow you to invite post likers automatically while you are doing any other tasks. The features included are the following:

– Invite All Post Likers Automatically: With just one click, the tool will start inviting users without any manual input.

– Delay Between Each Invite: You can add a random time delay between each invite so your behaviour is more natural and you avoid any kind of blocks or restrictions.

– Session Inviting: You can set-up session inviting to make the tool wait a time period after a certain number of invites, so the behaviour looks more natural.

– 100% Free and Unlimited: It's 100% free and totally unlimited, so you can enjoy the extension without paying for it.

Want to suggest any new feature, Chrome Extension or need support?

Send us an email to [email protected]

- - - - - 

If you like the extension, please rate us 5 stars ✩✩✩✩✩ and add a nice comment, as that help us a lot to continue the development of great extensions.                    

확장 프로그램 기본 정보

이름 Invite Post Likers to Like Facebook™ Page Invite Post Likers to Like Facebook™ Page
ID fflgkfikdainjeckdabnmcaabkgfolpf
공식 URL https://chromewebstore.google.com/detail/invite-post-likers-to-lik/fflgkfikdainjeckdabnmcaabkgfolpf
설명 Easily invite users who liked your posts to like your fanpage and grow quickly.
파일 크기 1.17 MB
설치 횟수 10,384
현재 버전 1.1.0
최근 업데이트 2019-09-01
출시 날짜 2019-09-01
평점 2.33/5 총 27 개의 평점
개발자 BRIX Maker Studio
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Invite Post Likers to Like Facebook\u2122 Page",
    "description": "Easily invite users who liked your posts to like your fanpage and grow quickly.",
    "version": "1.1.0",
    "browser_action": {
        "default_title": "FB Inviter"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "index.html",
        "asset-manifest.json",
        "static\/*",
        "fonts\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}