Futbolecuador.com
Notificaciones sobre noticias en Futbolecuador.com
Futbolecuador.comとは何ですか?
Futbolecuador.comはhttp://www.futbolecuador.comによって開発されたChromeの拡張機能で、その主な機能は「Notificaciones sobre noticias en Futbolecuador.com」です。
拡張機能のスクリーンショット
Futbolecuador.com拡張機能のCRXファイルをダウンロード
Futbolecuador.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mejoras en la implementación de Notificaciones. 拡張機能の基本情報
| 名前 | |
| ID | cjkoikfgconobaeikllfnkpnjihcfnil |
| 公式URL | https://chrome.google.com/webstore/detail/futbolecuadorcom/cjkoikfgconobaeikllfnkpnjihcfnil |
| 説明 | Notificaciones sobre noticias en Futbolecuador.com |
| ファイルサイズ | 129 KB |
| インストール数 | 116 |
| 現在のバージョン | 3.0.1 |
| 最終更新日 | 2015-06-23 |
| 公開日 | 2015-06-23 |
| 評価 | 4.63/5 合計 8 レビュー |
| 開発者 | http://www.futbolecuador.com |
| 支払い方法 | free |
| 対応言語 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Futbolecuador.com",
"version": "3.0.1",
"manifest_version": 2,
"description": "Notificaciones sobre noticias en Futbolecuador.com",
"icons": {
"128": "icon\/icon128.png",
"48": "icon\/icon48.png",
"16": "icon\/icon16.png"
},
"permissions": [
"gcm",
"storage",
"notifications",
"http:\/\/*\/*",
"https:\/\/*\/*",
"activeTab"
],
"background": {
"scripts": [
"jquery-1.10.1.js",
"pushwoosh.js",
"background.js",
"register.js"
]
},
"browser_action": {
"name": "Manipulate DOM",
"icons": [
"icon\/icon16.png"
],
"default_icon": "icon\/icon16.png"
},
"content_scripts": [
{
"js": [
"jquery-1.10.1.js",
"pushwoosh.js",
"background.js",
"register.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"web_accessible_resources": [
"https:\/\/www.futbolecuador.com\/imagenes\/images\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.futbolecuador.com\/*"
]
}
} | |