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 |
官方網址 | 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" ] } ] } |