Orion WhatsApp API
An extension to integrate Javascript code into WhatsApp Web using a simple API
Wat is Orion WhatsApp API?
Orion WhatsApp API is een Chrome-extensie ontwikkeld door des.whatsapp.10, en de belangrijkste functie is "An extension to integrate Javascript code into WhatsApp Web using a simple API".
Download het CRX-bestand van de extensie Orion WhatsApp API
Download Orion WhatsApp API-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ajcnbdfaidechffilfohelflpdpjliih |
| Officiële URL | https://chrome.google.com/webstore/detail/orion-whatsapp-api/ajcnbdfaidechffilfohelflpdpjliih |
| Beschrijving | An extension to integrate Javascript code into WhatsApp Web using a simple API |
| Bestandsgrootte | 85.43 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 0.0.20 |
| Laatst Bijgewerkt | 2018-04-10 |
| Publicatiedatum | 2018-04-10 |
| Ontwikkelaar | des.whatsapp.10 |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |