Premium Sender Plus

Best Message Sending Extension.

Cos'è Premium Sender Plus?

Premium Sender Plus è un'estensione di Chrome sviluppata da premiumsenderplus, e la sua funzione principale è "Best Message Sending Extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Premium Sender Plus

Scarica i file di estensione Premium Sender Plus 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

                        Send customized messages and greetings Messages to your customers and Family Members.

Important Note:
Our extension features are not intended to mass message or spam the people. It is intended to send greetings, invitation and offer messages to family, friends and people you know, please use responsibly.                    

Informazioni di Base sull'Estensione

Nome Premium Sender Plus Premium Sender Plus
ID cofbobkapfknpdllndaligcgmikmegbl
URL Ufficiale https://chromewebstore.google.com/detail/premium-sender-plus/cofbobkapfknpdllndaligcgmikmegbl
Descrizione Best Message Sending Extension.
Dimensione del File 3.94 MB
Conteggio Installazioni 60,252
Versione Corrente 1.1.70
Ultimo Aggiornamento 2023-11-10
Data di Pubblicazione 2021-08-26
Valutazione 4.76/5 Totale 280 Valutazioni
Sviluppatore premiumsenderplus
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://premiumsenderplus.in/
URL della Pagina della Politica sulla Privacy https://premiumsenderplus.in/privacypolicy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Premium Sender Plus",
    "description": "Best Message Sending Extension.",
    "version": "1.1.70",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bglib.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "https:\/\/www.premiumsenderplus.in\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "conlib.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/emojis\/angry.gif",
        "img\/emojis\/care.gif",
        "img\/emojis\/haha.gif",
        "img\/emojis\/like.gif",
        "img\/emojis\/love.gif",
        "img\/emojis\/sad.gif",
        "img\/emojis\/wow.gif",
        "js\/mainlib.js",
        "css\/mainlib.css",
        "css\/tiptop.css",
        "locales\/en.json",
        "locales\/countries.json"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16-sq.png",
            "32": "\/images\/32-sq.png",
            "48": "\/images\/48-sq.png",
            "128": "\/images\/128-sq.png"
        }
    },
    "icons": {
        "16": "\/images\/16-sq.png",
        "32": "\/images\/32-sq.png",
        "48": "\/images\/48-sq.png",
        "128": "\/images\/128-sq.png"
    }
}