OmegaSkipper
A better way to stay there
Vad är OmegaSkipper?
OmegaSkipper är en Chrome-tillägg utvecklad av http://omegaskipper.com, och dess huvudfunktion är "A better way to stay there".
Tilläggsskärmbilder
Ladda ner OmegaSkipper-förlängningens CRX-fil
Ladda ner OmegaSkipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | kgmlbmflbmfjlhdeeipdoiccldaaakgc |
Officiell webbadress | https://chrome.google.com/webstore/detail/omegaskipper/kgmlbmflbmfjlhdeeipdoiccldaaakgc |
Beskrivning | A better way to stay there |
Filstorlek | 656 KB |
Antal Installationer | 139 |
Aktuell Version | 5.1.1 |
Senast Uppdaterad | 2020-09-19 |
Publiceringsdatum | 2019-09-21 |
Betyg | 4.75/5 Totalt 12 Betyg |
Utvecklare | http://omegaskipper.com |
E-post | [email protected] |
Betalningssätt | in_store |
Tilläggswebbplats | http://omegaskipper.com/ |
URL till Sekretesspolicy Sidan | http://omegaskipper.com/privacypolicy.html |
Stödda Språk | 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" } } |