Futbolecuador.com

Notificaciones sobre noticias en Futbolecuador.com

Futbolecuador.com là gì?

Futbolecuador.com là một tiện ích mở rộng Chrome được phát triển bởi http://www.futbolecuador.com, và tính năng chính của nó là "Notificaciones sobre noticias en Futbolecuador.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Futbolecuador.com

Tải xuống các tệp mở rộng Futbolecuador.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Mejoras en la implementación de Notificaciones.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Futbolecuador.com Futbolecuador.com
ID cjkoikfgconobaeikllfnkpnjihcfnil
URL Chính Thức https://chrome.google.com/webstore/detail/futbolecuadorcom/cjkoikfgconobaeikllfnkpnjihcfnil
Mô tả Notificaciones sobre noticias en Futbolecuador.com
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2015-06-23
Ngày Phát Hành 2015-06-23
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://www.futbolecuador.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}