L.O.C

L.O.C is a collection of automation tools.

Что такое L.O.C?

L.O.C - это расширение Chrome, разработанное https://lnmai.com, и его основная функция - "L.O.C is a collection of automation tools.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения L.O.C

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

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

                        Customer Support: 
Email: [email protected]
Discord: https://mtfb.lnmai.com/discord

L.O.C is a collection of tools to help Facebook™ users with a few things:
1. Privacy Changer: change privacy of your posts in bulk on personal Facebook™.
2. Interaction Scanner: scan interaction of friends on personal Facebook™ wall.
3. Messages Downloader: count messages between you and your friends, and also download messages!
4. Groups Scanner: find which groups you or anyone joined.
5. Pages Scanner: find which pages you or anyone liked.
6. Friends Remover: find and remove friends with ease. Can also find deactivated and locked accounts.
7. Friend Requests Manager: manage your incoming and outgoing friend requests.

Privacy Policy:
https://lnmai.com/privacy/

Facebook™ is a registered trademark of Facebook™ Inc. The use of the Facebook™ trade name or trademark is for identification, reference or descriptive. This extension has no connection to Facebook™ Inc or their product brand.  All the occurrences of the word "Facebook" is for descriptive purpose only.                    

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

Название L.O.C L.O.C
ID eojdckfcadamkapabechhbnkleligand
Официальный URL https://chromewebstore.google.com/detail/loc/eojdckfcadamkapabechhbnkleligand
Описание L.O.C is a collection of automation tools.
Размер файла 2.59 MB
Количество установок 461,748
Текущая Версия 39.999
Последнее Обновление 2024-01-10
Дата публикации 2020-07-02
Рейтинг 4.43/5 Всего 2763 оценок
Разработчик https://lnmai.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://mtfb.lnmai.com/
URL страницы помощи https://mtfb.lnmai.com/discord/
URL страницы политики конфиденциальности https://lnmai.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "L.O.C",
    "short_name": "L.O.C",
    "author": "LOC",
    "description": "L.O.C is a collection of automation tools.",
    "version": "39.999",
    "icons": {
        "16": "static\/favicon.png",
        "48": "static\/favicon.png",
        "128": "static\/favicon.png"
    },
    "action": {
        "default_icon": {
            "16": "static\/favicon.png",
            "24": "static\/favicon.png",
            "32": "static\/favicon.png"
        },
        "default_title": "L.O.C"
    },
    "background": {
        "service_worker": "scripts\/background.min.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "alarms",
        "notifications",
        "cookies",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.messenger.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/mtfb.lnmai.com\/*"
    ]
}