Omegle Shortcut Messages
Send messages automatically
Vad är Omegle Shortcut Messages?
Omegle Shortcut Messages är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Send messages automatically".
Tilläggsskärmbilder
Ladda ner Omegle Shortcut Messages-förlängningens CRX-fil
Ladda ner Omegle Shortcut Messages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This tool give you the possibilities to create, edit and delete your own shortcuts for Omegle. Set a title, the message and with one clic your message is send !
Grundläggande Information om Tillägg
Namn | Omegle Shortcut Messages |
ID | okbmccnmgfhccbhjajnngneeimeelajl |
Officiell webbadress | https://chromewebstore.google.com/detail/omegle-shortcut-messages/okbmccnmgfhccbhjajnngneeimeelajl |
Beskrivning | Send messages automatically |
Filstorlek | 8.82 KB |
Antal Installationer | 213 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2019-02-27 |
Publiceringsdatum | 2019-02-27 |
Betyg | 2.75/5 Totalt 4 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Omegle Shortcut Messages", "version": "0.1", "description": "Send messages automatically", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" } } |