Omegler
Omegle Chat Helper
Co to jest Omegler?
Omegler to rozszerzenie Chrome opracowane przez Dean Sofer, a jego główną funkcją jest „Omegle Chat Helper”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Omegler
Pobierz pliki rozszerzeń Omegler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Automatically reconnects and prompts the stranger with a predefined greeting. Features: - Pausable auto-reconnect - Settable auto-greeting Code blatantly ripped from "Omegle Chat Helper" extension Enhancements over original: - Doesn't kick in until you start - Pausable - Simplified interface (removed chrome button)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | epchdnfkjgpfglhodnhpllbehmjmelgc |
Oficjalny URL | https://chromewebstore.google.com/detail/omegler/epchdnfkjgpfglhodnhpllbehmjmelgc |
Opis | Omegle Chat Helper |
Rozmiar pliku | 35.17 KB |
Liczba instalacji | 8,072 |
Aktualna Wersja | 0.0.7 |
Ostatnia Aktualizacja | 2021-07-17 |
Data Publikacji | 2017-10-09 |
Ocena | 3.68/5 Łącznie 41 Oceny |
Deweloper | Dean Sofer |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omegler", "version": "0.0.7", "description": "Omegle Chat Helper", "icons": { "16": "translogo.png", "48": "translogo.png", "128": "translogo.png" }, "permissions": [ "storage" ], "author": "Dean Sofer", "content_scripts": [ { "matches": [ "*:\/\/*.omegle.com\/*" ], "js": [ "jquery-2.1.1.min.js", "omegler.js" ], "css": [ "omegler.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.omegle.com\/*" ] }, "homepage_url": "https:\/\/github.com\/ProLoser", "incognito": "split" } |