OmegaSkipper
A better way to stay there
OmegaSkipperとは何ですか?
OmegaSkipperはhttp://omegaskipper.comによって開発されたChromeの拡張機能で、その主な機能は「A better way to stay there」です。
拡張機能のスクリーンショット
OmegaSkipper拡張機能のCRXファイルをダウンロード
OmegaSkipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Best tool for Omegle ------------------------------ This is the one-time paid version of OmegaSkipper, it will keep getting updated as more features get released. We recommend using our subscription version [ OmegaSkipperSubscription ] that is offered for a small price and you pay just as long as really wish to use the tool. Thank you for being here!
拡張機能の基本情報
名前 | |
ID | kgmlbmflbmfjlhdeeipdoiccldaaakgc |
公式URL | https://chrome.google.com/webstore/detail/omegaskipper/kgmlbmflbmfjlhdeeipdoiccldaaakgc |
説明 | A better way to stay there |
ファイルサイズ | 656 KB |
インストール数 | 139 |
現在のバージョン | 5.1.1 |
最終更新日 | 2020-09-19 |
公開日 | 2019-09-21 |
評価 | 4.75/5 合計 12 レビュー |
開発者 | http://omegaskipper.com |
Eメール | [email protected] |
支払い方法 | in_store |
拡張機能のウェブサイト | http://omegaskipper.com/ |
プライバシーポリシーページのURL | http://omegaskipper.com/privacypolicy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OmegaSkipper", "version": "5.1.1", "manifest_version": 2, "author": "Baps", "description": "A better way to stay there", "permissions": [ "notifications", "activeTab", "storage", "http:\/\/omegle.com\/*", "http:\/\/www.omegle.com\/*", "https:\/\/omegle.com\/*", "https:\/\/www.omegle.com\/*" ], "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/omegle.com\/*", "http:\/\/www.omegle.com\/*", "https:\/\/omegle.com\/*", "https:\/\/www.omegle.com\/*" ], "js": [ "jquery-1.11.3.js", "latinise.min.js", "content.js" ] } ], "web_accessible_resources": [ "*.png", "*.html", "css\/*.*", "fonts\/*.*", "*.mp3" ], "icons": { "16": "img\/icon16.png", "128": "img\/icon128.png" } } |