GroupRipper

Scan and rank posts of any group you are part of.

Что такое GroupRipper?

GroupRipper - это расширение Chrome, разработанное https://groupripper.com, и его основная функция - "Scan and rank posts of any group you are part of.".

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

screenshot

Скачать файл CRX расширения GroupRipper

Скачайте файлы расширений GroupRipper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Groupripper helps you in scanning and ranking posts based on the their engagement. You can  find the best Engaged post and the top influencer of a particular group.                    

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

Название GroupRipper GroupRipper
ID pilmdipfjebpeicoomgdacmcigajgblg
Официальный URL https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg
Описание Scan and rank posts of any group you are part of.
Размер файла 180 KB
Количество установок 50
Текущая Версия 1.12
Последнее Обновление 2021-07-15
Дата публикации 2021-06-16
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://groupripper.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://groupripper.com/
URL страницы помощи https://www.facebook.com/naveen.dhana.lak/
Поддерживаемые языки en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "home.html",
        "default_title": "GroupRipper"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/groups\/*"
            ]
        }
    ],
    "description": "Scan and rank posts of any group you are part of.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "GroupRipper",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "https:\/\/*.facebook.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.12"
}