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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | ![]() |
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" ] } |