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 |
电子邮箱 | [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" } } |