Auto-like & reply to all comments on pages

Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included

Auto-like & reply to all comments on pagesとは何ですか?

Auto-like & reply to all comments on pagesはUseful toolsによって開発されたChromeの拡張機能で、その主な機能は「Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included」です。

拡張機能のスクリーンショット

Auto-like & reply to all comments on pages拡張機能のCRXファイルをダウンロード

Auto-like & reply to all comments on pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Auto-like & reply to all comments on pages Auto-like & reply to all comments on pages
ID eibijfkeopjcbehlingbpcngaegogddb
公式URL https://chrome.google.com/webstore/detail/auto-like-reply-to-all-co/eibijfkeopjcbehlingbpcngaegogddb
説明 Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included
ファイルサイズ 225 KB
インストール数 2,524
現在のバージョン 2022.10.6
最終更新日 2022-10-08
公開日 2021-02-03
評価 4.47/5 合計 15 レビュー
開発者 Useful tools
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.invitelikecomment.com/
プライバシーポリシーページのURL http://invitepostlikers.com/privacy.php
対応言語 de,en,fr,nl,no,es,it,pl,pt-BR,sk,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "version": "2022.10.6",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2",
                "options.html",
                "comment_sender.js",
                "how-to-select-posts.png",
                "how-to-open-post-separately.png",
                "postTextNow.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "__MSG_extdesc__",
    "homepage_url": "https:\/\/www.invitelikecomment.com\/",
    "options_page": "options.html",
    "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",
        "activeTab",
        "unlimitedStorage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ]
}