OmegaSkipper

A better way to stay there

OmegaSkipper là gì?

OmegaSkipper là một tiện ích mở rộng Chrome được phát triển bởi http://omegaskipper.com, và tính năng chính của nó là "A better way to stay there".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OmegaSkipper

Tải xuống các tệp mở rộng OmegaSkipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OmegaSkipper OmegaSkipper
ID kgmlbmflbmfjlhdeeipdoiccldaaakgc
URL Chính Thức https://chrome.google.com/webstore/detail/omegaskipper/kgmlbmflbmfjlhdeeipdoiccldaaakgc
Mô tả A better way to stay there
Kích Thước Tệp 656 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 5.1.1
Cập Nhật Lần Cuối 2020-09-19
Ngày Phát Hành 2019-09-21
Đánh Giá 4.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển http://omegaskipper.com
Email [email protected]
Loại Thanh Toán in_store
Trang Web Mở Rộng http://omegaskipper.com/
URL Trang Chính Sách Bảo Mật http://omegaskipper.com/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}