Omegle Chat Helper
Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.
Co je Omegle Chat Helper?
Omegle Chat Helper je rozšíření Chrome vyvinuté http://li.cx, a jeho hlavní funkcí je „Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Omegle Chat Helper
Stáhněte si soubory rozšíření Omegle Chat Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
The App helps you to simplify your Omegle workflow. No more copy pasting welcome messages and pressing next if someone nexted you.
Základní Informace o Rozšíření
Název | |
ID | ccpoppcajgnnmimhbkbmnbnmdjbagoep |
Oficiální URL | https://chrome.google.com/webstore/detail/omegle-chat-helper/ccpoppcajgnnmimhbkbmnbnmdjbagoep |
Popis | Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it. |
Velikost souboru | 109 KB |
Počet instalací | 8,000 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2013-09-03 |
Datum Vydání | 2013-09-03 |
Hodnocení | 2.92/5 Celkem 65 Hodnocení |
Vývojář | http://li.cx |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omegle Chat Helper", "description": "Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.", "version": "1.5", "background.persistent": { "persistent": false }, "offline_enabled": false, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/*.omegle.com\/*", "storage", "*:\/\/*.omegle.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.omegle.com\/*" ], "css": [ "bootstrap.min.css" ], "js": [ "jquery.min.js", "popup.js" ] } ] } |