Orion WhatsApp API

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

Orion WhatsApp APIとは何ですか?

Orion WhatsApp APIはdes.whatsapp.10によって開発されたChromeの拡張機能で、その主な機能は「An extension to integrate Javascript code into WhatsApp Web using a simple API」です。

Orion WhatsApp API拡張機能のCRXファイルをダウンロード

Orion WhatsApp API拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Orion WhatsApp API Orion WhatsApp API
ID ajcnbdfaidechffilfohelflpdpjliih
公式URL https://chrome.google.com/webstore/detail/orion-whatsapp-api/ajcnbdfaidechffilfohelflpdpjliih
説明 An extension to integrate Javascript code into WhatsApp Web using a simple API
ファイルサイズ 85.43 KB
インストール数 35
現在のバージョン 0.0.20
最終更新日 2018-04-10
公開日 2018-04-10
開発者 des.whatsapp.10
支払い方法 free
対応言語 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"
    ]
}