Send reminder to group invites for Facebook™

Send reminder to everyone who was invited in your Facebook group in one click!

Что такое Send reminder to group invites for Facebook™?

Send reminder to group invites for Facebook™ - это расширение Chrome, разработанное http://groupautoclicker.com, и его основная функция - "Send reminder to everyone who was invited in your Facebook group in one click!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Send reminder to group invites for Facebook™

Скачайте файлы расширений Send reminder to group invites for Facebook™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        UPDATED FOR NEW FACEBOOK [2022] for many languages, if your language is not supported - try to change Facebook to English and check that you CAN send reminders manually!

With this script you can send reminders to people who was invited to your group but didn't accept the invitation yet. SAME thing that you can do by opening “Members - invited” section of your group.
Script automatically clicks on every user and send a notification.
You can select timeout, scrolls, you can ignore top users etc (see screenshot).

Extension is completely FREE, NO ADS, NO registration.

Check our other scripts for Facebook on our website: https://www.invitelikecomment.com/

All updates are always included and free, we maintain this script since 2017. Something is not working? SEND US AN EMAIL! We reply fast :)

Is it LEGAL?
Yes, script doesn’t violate any fb rule, click automation are permitted on Facebook.


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

Основная информация о расширении

Название Send reminder to group invites for Facebook™ Send reminder to group invites for Facebook™
ID kleljlflfamihgckcfgopmcnjdpdjpcn
Официальный URL https://chrome.google.com/webstore/detail/send-reminder-to-group-in/kleljlflfamihgckcfgopmcnjdpdjpcn
Описание Send reminder to everyone who was invited in your Facebook group in one click!
Размер файла 186 KB
Количество установок 6,123
Текущая Версия 2022.9.15
Последнее Обновление 2022-09-17
Дата публикации 2020-04-14
Рейтинг 4.97/5 Всего 156 оценок
Разработчик http://groupautoclicker.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.groupautoclicker.com/privacy
Поддерживаемые языки de,en,fr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Send reminder to group invites for Facebook\u2122",
    "version": "2022.9.15",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2",
                "screen_help.jpg",
                "screen_help2.jpg"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "Send reminder to everyone who was invited in your Facebook group in one click!",
    "homepage_url": "https:\/\/www.groupautoclicker.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "name": "__MSG_start_inv__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ]
}