Diario El Día anonimo

Evita tener que registrarte para leer el diario El Día.

Diario El Día anonimo là gì?

Diario El Día anonimo là một tiện ích mở rộng Chrome được phát triển bởi Pablo Mereles, và tính năng chính của nó là "Evita tener que registrarte para leer el diario El Día.".

Ả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 Diario El Día anonimo

Tải xuống các tệp mở rộng Diario El Día anonimo 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

                        Evita tener que registrarte para leer el diario El Día (La Plata, Argentina).                    

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

Tên Diario El Día anonimo Diario El Día anonimo
ID mihhohcdjokegnllhmejolhalgdfdhgc
URL Chính Thức https://chrome.google.com/webstore/detail/diario-el-d%C3%ADa-anonimo/mihhohcdjokegnllhmejolhalgdfdhgc
Mô tả Evita tener que registrarte para leer el diario El Día.
Kích Thước Tệp 15.92 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2017-11-24
Ngày Phát Hành 2017-11-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Pablo Mereles
Email [email protected]
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",
    "manifest_version": 2,
    "name": "Diario El D\u00eda anonimo",
    "short_name": "ElDiaAnonimo",
    "description": "Evita tener que registrarte para leer el diario El D\u00eda.",
    "version": "0.0.7",
    "author": "Pablo Mereles",
    "homepage_url": "https:\/\/plus.google.com\/u\/0\/+PabloMereles",
    "icons": {
        "128": "images\/icon-128x128.png",
        "48": "images\/icon-48x48.png"
    },
    "content_scripts": [
        {
            "js": [
                "eldia.js"
            ],
            "matches": [
                "*:\/\/*.eldia.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "eldia.css"
            ],
            "matches": [
                "*:\/\/*.eldia.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}