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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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" } } |