OmegaSkipper
A better way to stay there
OmegaSkipperคืออะไร?
OmegaSkipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://omegaskipper.com และคุณลักษณะหลักของมันคือ "A better way to stay there"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OmegaSkipper
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |