Orion WhatsApp API

An extension to integrate Javascript code into WhatsApp Web using a simple API

Was ist Orion WhatsApp API?

Orion WhatsApp API ist eine Chrome-Erweiterung, die von des.whatsapp.10 entwickelt wurde, und ihr Hauptmerkmal ist "An extension to integrate Javascript code into WhatsApp Web using a simple API".

Orion WhatsApp API-Erweiterungs-CRX-Datei herunterladen

Laden Sie Orion WhatsApp API-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Orion WhatsApp API Orion WhatsApp API
ID ajcnbdfaidechffilfohelflpdpjliih
Offizielle URL https://chrome.google.com/webstore/detail/orion-whatsapp-api/ajcnbdfaidechffilfohelflpdpjliih
Beschreibung An extension to integrate Javascript code into WhatsApp Web using a simple API
Dateigröße 85.43 KB
Installationsanzahl 35
Aktuelle Version 0.0.20
Letztes Update 2018-04-10
Veröffentlichungsdatum 2018-04-10
Entwickler des.whatsapp.10
Zahlungsart free
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Orion WhatsApp API",
    "version": "0.0.20",
    "description": "An extension to integrate Javascript code into WhatsApp Web using a simple API",
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "browser_action": {
        "default_title": "WhatsAPP API extension",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "author": "Rafinhas",
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation",
        "webRequest",
        "tabs",
        "https:\/\/web.whatsapp.com\/*"
    ],
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/api.js",
        "js\/whatsapp.js"
    ]
}