OmegaSkipper
A better way to stay there
Apa itu OmegaSkipper?
OmegaSkipper adalah ekstensi Chrome yang dikembangkan oleh http://omegaskipper.com, dan fitur utamanya adalah "A better way to stay there".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OmegaSkipper
Unduh file ekstensi OmegaSkipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | kgmlbmflbmfjlhdeeipdoiccldaaakgc |
URL Resmi | https://chrome.google.com/webstore/detail/omegaskipper/kgmlbmflbmfjlhdeeipdoiccldaaakgc |
Deskripsi | A better way to stay there |
Ukuran File | 656 KB |
Jumlah Instalasi | 139 |
Versi Saat Ini | 5.1.1 |
Terakhir Diperbarui | 2020-09-19 |
Tanggal Publikasi | 2019-09-21 |
Penilaian | 4.75/5 Total 12 Penilaian |
Pengembang | http://omegaskipper.com |
[email protected] | |
Tipe Pembayaran | in_store |
Situs Ekstensi | http://omegaskipper.com/ |
URL Halaman Kebijakan Privasi | http://omegaskipper.com/privacypolicy.html |
Bahasa yang Didukung | 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" } } |