Feed Engager

Feed Engager Chrome Extension

Cos'è Feed Engager?

Feed Engager è un'estensione di Chrome sviluppata da Maker, e la sua funzione principale è "Feed Engager Chrome Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Feed Engager

Scarica i file di estensione Feed Engager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Friend Approver helps you to send welcome message to people who has send you a friend request. You can ask the people who has send you a request to respond back so only people who really need to connect with you responds back and you can decline all other requests. 

Logs 
Minor Bug Fixed                    

Informazioni di Base sull'Estensione

Nome Feed Engager Feed Engager
ID hmjopaiaefcegedmgfbhlhmkdekfkacd
URL Ufficiale https://chromewebstore.google.com/detail/feed-engager/hmjopaiaefcegedmgfbhlhmkdekfkacd
Descrizione Feed Engager Chrome Extension
Dimensione del File 1.33 MB
Conteggio Installazioni 86
Versione Corrente 1.0.5
Ultimo Aggiornamento 2021-06-26
Data di Pubblicazione 2020-07-05
Sviluppatore Maker
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.offerlevels.com/friend-approver
URL della Pagina della Politica sulla Privacy https://automatics.one/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Feed Engager Chrome Extension",
    "version": "1.0.5",
    "name": "Feed Engager",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "128.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "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'"
}