L.O.C

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

L.O.C란 무엇입니까?

L.O.C은(는) https://lnmai.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "L.O.C is a collection of automation tools."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

L.O.C 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/*"
    ]
}