Omegle Shortcut Messages
Send messages automatically
什麼是Omegle Shortcut Messages?
Omegle Shortcut Messages是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Send messages automatically”。
擴展截圖
下載Omegle Shortcut Messages擴展crx文件
下載Omegle Shortcut Messages擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 !
擴展基本資訊
名稱 | Omegle Shortcut Messages |
ID | okbmccnmgfhccbhjajnngneeimeelajl |
官方網址 | https://chromewebstore.google.com/detail/omegle-shortcut-messages/okbmccnmgfhccbhjajnngneeimeelajl |
簡介 | Send messages automatically |
檔案大小 | 8.82 KB |
安裝次數 | 213 |
目前版本 | 0.1 |
更新時間 | 2019-02-27 |
上架時間 | 2019-02-27 |
評分 | 2.75/5 共 4 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | 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" } } |