OmegaSkipper
A better way to stay there
OmegaSkipper란 무엇입니까?
OmegaSkipper은(는) http://omegaskipper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A better way to stay there"입니다.
확장 프로그램 스크린샷
OmegaSkipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |