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插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
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" ] } |