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 |
官方網址 | 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" } } |