Comment Responder

Comment Responder Chrome Extension

Co je Comment Responder?

Comment Responder je rozšíření Chrome vyvinuté automaticsextension, a jeho hlavní funkcí je „Comment Responder Chrome Extension“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Comment Responder

Stáhněte si soubory rozšíření Comment Responder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Comment responder is a chrome extension that will help you to reply to the comments on your facebook post. 

It will allow you to auto reply to comment based on different keywords also send a message to the people who commented on your post if you enable that option.                    

Základní Informace o Rozšíření

Název Comment Responder Comment Responder
ID okmnbiladbkgnjnnojljeleijkcdfgob
Oficiální URL https://chromewebstore.google.com/detail/comment-responder/okmnbiladbkgnjnnojljeleijkcdfgob
Popis Comment Responder Chrome Extension
Velikost souboru 1.21 MB
Počet instalací 160
Aktuální Verze 1.1.8
Poslední Aktualizace 2021-06-26
Datum Vydání 2021-01-11
Vývojář automaticsextension
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.offerlevels.com/comment-responder
URL Stránky Zásad Ochrany Soukromí https://automatics.one/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Comment Responder Chrome Extension",
    "version": "1.1.8",
    "name": "Comment Responder",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "activeTab"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "128.png",
        "32.png",
        "script.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}