Omegler
Omegle Chat Helper
Omeglerとは何ですか?
OmeglerはDean Soferによって開発されたChromeの拡張機能で、その主な機能は「Omegle Chat Helper」です。
拡張機能のスクリーンショット
Omegler拡張機能のCRXファイルをダウンロード
Omegler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically reconnects and prompts the stranger with a predefined greeting. Features: - Pausable auto-reconnect - Settable auto-greeting Code blatantly ripped from "Omegle Chat Helper" extension Enhancements over original: - Doesn't kick in until you start - Pausable - Simplified interface (removed chrome button)
拡張機能の基本情報
名前 | |
ID | epchdnfkjgpfglhodnhpllbehmjmelgc |
公式URL | https://chromewebstore.google.com/detail/omegler/epchdnfkjgpfglhodnhpllbehmjmelgc |
説明 | Omegle Chat Helper |
ファイルサイズ | 35.17 KB |
インストール数 | 8,072 |
現在のバージョン | 0.0.7 |
最終更新日 | 2021-07-17 |
公開日 | 2017-10-09 |
評価 | 3.68/5 合計 41 レビュー |
開発者 | Dean Sofer |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omegler", "version": "0.0.7", "description": "Omegle Chat Helper", "icons": { "16": "translogo.png", "48": "translogo.png", "128": "translogo.png" }, "permissions": [ "storage" ], "author": "Dean Sofer", "content_scripts": [ { "matches": [ "*:\/\/*.omegle.com\/*" ], "js": [ "jquery-2.1.1.min.js", "omegler.js" ], "css": [ "omegler.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.omegle.com\/*" ] }, "homepage_url": "https:\/\/github.com\/ProLoser", "incognito": "split" } |