Invite post likers for Facebook™

Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.

Invite post likers for Facebook™란 무엇입니까?

Invite post likers for Facebook™은(는) Useful tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Invite post likers for Facebook™ Invite post likers for Facebook™
ID oobofacgjpheigmglnjjlhfolhcamaia
공식 URL https://chrome.google.com/webstore/detail/invite-post-likers-for-fa/oobofacgjpheigmglnjjlhfolhcamaia
설명 Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.
파일 크기 172 KB
설치 횟수 57,500
현재 버전 2022.11
최근 업데이트 2022-10-08
출시 날짜 2020-05-20
평점 4.85/5 총 1485 개의 평점
개발자 Useful tools
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.invitepostlikers.com/
개인정보 보호 정책 페이지 URL http://invitepostlikers.com/privacy.php
지원되는 언어 de,en,fr,es,it,pl,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Invite post likers for Facebook\u2122",
    "version": "2022.11",
    "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",
                "birth1.png",
                "birth2.png",
                "att-icon.png"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.",
    "homepage_url": "https:\/\/www.invitepostlikers.com\/",
    "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\/*"
    ]
}