Orion WhatsApp API

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

What is Orion WhatsApp API?

Orion WhatsApp API is a Chrome extension developed by des.whatsapp.10, and its main feature is "An extension to integrate Javascript code into WhatsApp Web using a simple API".

Download Orion WhatsApp API Extension CRX File

Download Orion WhatsApp API extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Orion WhatsApp API Orion WhatsApp API
ID ajcnbdfaidechffilfohelflpdpjliih
Official URL https://chrome.google.com/webstore/detail/orion-whatsapp-api/ajcnbdfaidechffilfohelflpdpjliih
Description An extension to integrate Javascript code into WhatsApp Web using a simple API
File Size 85.43 KB
Installation Count 35
Current Version 0.0.20
Last Updated 2018-04-10
Publish Date 2018-04-10
Developer des.whatsapp.10
Payment Type free
Supported Languages 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"
    ]
}