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.
什么是Omegle Chat Helper?
Omegle Chat Helper是由http://li.cx开发的Chrome扩展程序,该扩展的主要功能是“Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.”。
扩展截图
下载Omegle Chat Helper扩展crx文件
下载Omegle Chat Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The App helps you to simplify your Omegle workflow. No more copy pasting welcome messages and pressing next if someone nexted you.
扩展基本信息
名称 | |
ID | ccpoppcajgnnmimhbkbmnbnmdjbagoep |
官方URL | https://chrome.google.com/webstore/detail/omegle-chat-helper/ccpoppcajgnnmimhbkbmnbnmdjbagoep |
简介 | Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it. |
文件大小 | 109 KB |
安装次数 | 8,000 |
当前版本 | 1.5 |
更新时间 | 2013-09-03 |
上架时间 | 2013-09-03 |
评分 | 2.92/5 共65次评分 |
开发者 | http://li.cx |
付费类型 | free |
支持的语言 | 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" ] } ] } |