Invite fans and post likers in Facebook™

With a single click, you can scan all posts from your Facebook pages and invite who liked posts to follow your page.

Cos'è Invite fans and post likers in Facebook™?

Invite fans and post likers in Facebook™ è un'estensione di Chrome sviluppata da https://www.invitelikecomment.com, e la sua funzione principale è "With a single click, you can scan all posts from your Facebook pages and invite who liked posts to follow your page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Invite fans and post likers in Facebook™

Scarica i file di estensione Invite fans and post likers in Facebook™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This version contains 2 different payment PLAN: PRO and MultiPages in one. After free trial is ended you can purchase one of the plan and extension will transform in that version!
It also supports FREE usage with limitations: max 300 invites per day for 1 post only. Just try it ;)

2024 update: new version of Facebook UI, new Photos tab & Business Suite are supported!
The updated design of Notifications tab is supported to scan also all ADS posts. New Creator Studio, Business Suite, Insights, Photo albums, Inbox+, Home page, Timeline, Feed&Grid and Publishing tools tab are supported as well. If it doesn't work in one tab - try in another, each page has different tabs.
We also added support for REELS to many tabs!

CHECK Change LOG here: https://www.invitelikecomment.com/en/changelog

Is it LEGAL?
Yes, script doesn’t violate any fb rule, also it was approved by fb in May 2017 when they asked us to remove some nice features :(
But any website has limitations, do not spam comments with links or comments that can be reported by people. Use responsible!

Just open the Publishing Tools, Business Suite, Creator Studio, Ads Manager, Content Management, Home page or Notifications tab and run the script (choose the best tab for your page, it is different for everyone!). See video example.
Is it legal? Yes! Because it just automates human routine actions.

All future updates are included, I check it every day to fix it if FB changes something.


✉ For any question/feedback/problem/suggestion: contact me at [email protected] ✉

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

Informazioni di Base sull'Estensione

Nome Invite fans and post likers in Facebook™ Invite fans and post likers in Facebook™
ID eiamkpbeehcnmbilkjkflelnendbmmhi
URL Ufficiale https://chromewebstore.google.com/detail/invite-fans-and-post-like/eiamkpbeehcnmbilkjkflelnendbmmhi
Descrizione With a single click, you can scan all posts from your Facebook pages and invite who liked posts to follow your page.
Dimensione del File 379 KB
Conteggio Installazioni 6,117
Versione Corrente 2024.02.02
Ultimo Aggiornamento 2024-02-03
Data di Pubblicazione 2023-06-30
Valutazione 4.89/5 Totale 105 Valutazioni
Sviluppatore https://www.invitelikecomment.com
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://www.invitelikecomment.com/en/privacy-policy
Lingue Supportate de,en,en-GB,en-US,fr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "name": "__MSG_start_inv__"
    },
    "default_locale": "en",
    "description": "With a single click, you can scan all posts from your Facebook pages and invite who liked posts to follow your page.",
    "homepage_url": "https:\/\/www.invitelikecomment.com\/",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Invite fans and post likers in Facebook\u2122",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "version": "2024.02.02",
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2",
                "options.html",
                "comment_sender.js",
                "postTextNow.js",
                "forceReload.js",
                "how-to-select-posts.png"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ]
}