OmegaSkipperSubscription
A better way to stay there
OmegaSkipperSubscriptionคืออะไร?
OmegaSkipperSubscription เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://omegaskipper.com และคุณลักษณะหลักของมันคือ "A better way to stay there"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OmegaSkipperSubscription
ดาวน์โหลดไฟล์ส่วนขยาย OmegaSkipperSubscription ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*** IMPORTANT *** it's required for subscription extensions two things: 1) Google account logged on Chrome Web browser 2) Grant permission to the extension to check it's own Chrome Webstore License ***************** The well known and acclaimed OmegaSkipper extension for Omegle, now on Subscription mode. It does and will always do everything that final pro version of OmegaSkipper does. OmegaSkipper is well tunned and does a lot for you on Omegle. And more, do you remember our most wanted features? IPGeolocation -> Where the stranger is typing from. Blacklist the stranger -> autoskip the annoying stranger you've blacklisted. Chat history -> you know what you have typed before to the same stranger. SmartMuteUnmute -> Keeps stranger muted, then unmute him when you want to chat with him. SPAM filter -> you can set phrases to autoskip the stranger. HiPhrase Delay Time -> A human-like behaviour for your greeting phrase. Thanks for reading until here and feel free to contact us whenever you feel to. Lets go! :) Privacy Policy: We don't collect nor handle any personal user data. Any personal data is handled by Google alone for authentication purposes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cmcmojpafbjbgdfombjcfaoplhjcamoa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/omegaskippersubscription/cmcmojpafbjbgdfombjcfaoplhjcamoa |
คำอธิบาย | A better way to stay there |
ขนาดไฟล์ | 657 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 2.1.3 |
อัปเดตครั้งล่าสุด | 2020-09-19 |
วันที่เผยแพร่ | 2019-10-18 |
คะแนน | 3.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | http://omegaskipper.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_store |
URL หน้านโยบายความเป็นส่วนตัว | http://omegaskipper.com/privacypolicy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OmegaSkipperSubscription", "version": "2.1.3", "manifest_version": 2, "author": "Baps", "description": "A better way to stay there", "permissions": [ "notifications", "activeTab", "storage", "identity", "http:\/\/omegle.com\/*", "http:\/\/www.omegle.com\/*", "https:\/\/omegle.com\/*", "https:\/\/www.omegle.com\/*", "https:\/\/www.googleapis.com\/*" ], "background": { "scripts": [ "eventPage.js", "jquery-1.11.3.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", "runner.js" ], "oauth2": { "client_id": "320131202482-cv6ti8pa7hd0u2brrmjlafnj3pjc312v.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "icons": { "16": "img\/icon16.png", "128": "img\/icon128.png" } } |