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 |
公式URL | 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" } } |