OmegaSkipper
A better way to stay there
O que é OmegaSkipper?
OmegaSkipper é uma extensão do Chrome desenvolvida por http://omegaskipper.com, e sua principal característica é "A better way to stay there".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OmegaSkipper
Baixe arquivos de extensão OmegaSkipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | kgmlbmflbmfjlhdeeipdoiccldaaakgc |
URL Oficial | https://chrome.google.com/webstore/detail/omegaskipper/kgmlbmflbmfjlhdeeipdoiccldaaakgc |
Descrição | A better way to stay there |
Tamanho do Arquivo | 656 KB |
Contagem de Instalações | 139 |
Versão Atual | 5.1.1 |
Última Atualização | 2020-09-19 |
Data de Publicação | 2019-09-21 |
Classificação | 4.75/5 Total de 12 Avaliações |
Desenvolvedor | http://omegaskipper.com |
[email protected] | |
Tipo de Pagamento | in_store |
Site da Extensão | http://omegaskipper.com/ |
URL da Página de Política de Privacidade | http://omegaskipper.com/privacypolicy.html |
Idiomas Suportados | 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" } } |