Teamo.ru
Teamo.ru extension
什么是Teamo.ru?
Teamo.ru是由https://teamo.ru开发的Chrome扩展程序,该扩展的主要功能是“Teamo.ru extension”。
扩展截图
下载Teamo.ru扩展crx文件
下载Teamo.ru扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Получайте мгновенные уведомления о новых событиях на Teamo.ru. Не пропустите ни одного знака внимания! 扩展基本信息
| 名称 | |
| ID | fhnifebbafonofdnbimiaejahcfifmec |
| 官方URL | https://chromewebstore.google.com/detail/teamoru/fhnifebbafonofdnbimiaejahcfifmec |
| 简介 | Teamo.ru extension |
| 文件大小 | 72.61 KB |
| 安装次数 | 7,280 |
| 当前版本 | 1.2.7 |
| 更新时间 | 2014-05-30 |
| 上架时间 | 2014-05-30 |
| 评分 | 3.48/5 共54次评分 |
| 开发者 | https://teamo.ru |
| 付费类型 | free |
| 扩展官网 | http://teamo.ru |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.2.7",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"icons": {
"24": "img\/logo24x24.png",
"32": "img\/logo32x32.png",
"48": "img\/logo48x48.png",
"96": "img\/logo96x96.png",
"128": "img\/logo128x128.png"
},
"default_locale": "ru",
"browser_action": {
"default_icon": "img\/logo24x24_gray.png",
"default_title": "",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.teamo.ru\/*"
],
"js": [
"js\/content.js"
],
"run_at": "document_end"
}
],
"background": {
"page": "background.html"
},
"permissions": [
"tabs",
"cookies",
"background",
"notifications",
"http:\/\/*.teamo.ru\/*",
"https:\/\/api.teamo.ru\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"img\/logo32x32.png",
"img\/logo48x48.png",
"img\/logo96x96.png",
"img\/logo128x128.png"
]
} | |