Futbolecuador.com

Notificaciones sobre noticias en Futbolecuador.com

Futbolecuador.comคืออะไร?

Futbolecuador.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.futbolecuador.com และคุณลักษณะหลักของมันคือ "Notificaciones sobre noticias en Futbolecuador.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Futbolecuador.com

ดาวน์โหลดไฟล์ส่วนขยาย Futbolecuador.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Mejoras en la implementación de Notificaciones.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Futbolecuador.com Futbolecuador.com
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\/*"
        ]
    }
}