OmegaSkipper

A better way to stay there

What is OmegaSkipper?

OmegaSkipper is a Chrome extension developed by http://omegaskipper.com, and its main feature is "A better way to stay there".

Extension Screenshots

screenshot

Download OmegaSkipper Extension CRX File

Download OmegaSkipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name OmegaSkipper OmegaSkipper
ID kgmlbmflbmfjlhdeeipdoiccldaaakgc
Official URL https://chrome.google.com/webstore/detail/omegaskipper/kgmlbmflbmfjlhdeeipdoiccldaaakgc
Description A better way to stay there
File Size 656 KB
Installation Count 139
Current Version 5.1.1
Last Updated 2020-09-19
Publish Date 2019-09-21
Rating 4.75/5 Total 12 Ratings
Developer http://omegaskipper.com
Email [email protected]
Payment Type in_store
Extension Website http://omegaskipper.com/
Privacy Policy Page URL http://omegaskipper.com/privacypolicy.html
Supported Languages 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"
    }
}