WebAdictos

Últimas notas de WebAdictos

WebAdictos là gì?

WebAdictos là một tiện ích mở rộng Chrome được phát triển bởi http://webadictos.com.mx, và tính năng chính của nó là "Últimas notas de WebAdictos".

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

screenshot

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

Tải xuống các tệp mở rộng WebAdictos 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

                                            

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

Tên WebAdictos WebAdictos
ID blpbcpckgkhfmimbiamodfdfimklcfcb
URL Chính Thức https://chrome.google.com/webstore/detail/webadictos/blpbcpckgkhfmimbiamodfdfimklcfcb
Mô tả Últimas notas de WebAdictos
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 216
Phiên Bản Hiện Tại 2.7
Cập Nhật Lần Cuối 2013-08-12
Ngày Phát Hành 2013-08-12
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://webadictos.com.mx
Loại Thanh Toán free
Trang Web Mở Rộng http://www.webadictos.com.mx
URL Trang Trợ Giúp http://www.webadictos.com.mx
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebAdictos",
    "version": "2.7",
    "manifest_version": 2,
    "description": "\u00daltimas notas de WebAdictos",
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg_webadictos.js"
        ]
    },
    "browser_action": {
        "default_title": "WebAdictos",
        "default_icon": "images\/icon.png",
        "default_popup": "feed.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.webadictos.com.mx\/*",
                "http:\/\/*.webadictos.com\/*"
            ],
            "js": [
                "js\/checkinstall.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "http:\/\/*.webadictos.com.mx\/*",
        "http:\/\/*.webadictos.com\/*",
        "http:\/\/*.feedsportal.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}