OmegaSkipper

A better way to stay there

Cos'è OmegaSkipper?

OmegaSkipper è un'estensione di Chrome sviluppata da http://omegaskipper.com, e la sua funzione principale è "A better way to stay there".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OmegaSkipper

Scarica i file di estensione OmegaSkipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome OmegaSkipper OmegaSkipper
ID kgmlbmflbmfjlhdeeipdoiccldaaakgc
URL Ufficiale https://chrome.google.com/webstore/detail/omegaskipper/kgmlbmflbmfjlhdeeipdoiccldaaakgc
Descrizione A better way to stay there
Dimensione del File 656 KB
Conteggio Installazioni 139
Versione Corrente 5.1.1
Ultimo Aggiornamento 2020-09-19
Data di Pubblicazione 2019-09-21
Valutazione 4.75/5 Totale 12 Valutazioni
Sviluppatore http://omegaskipper.com
Email [email protected]
Tipo di Pagamento in_store
Sito Web dell'Estensione http://omegaskipper.com/
URL della Pagina della Politica sulla Privacy http://omegaskipper.com/privacypolicy.html
Lingue Supportate 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"
    }
}