Diarios online sin registro

Elimina el molesto cuadro de login de los diarios La Nación, Clarin y Canchallena y navega sin registrarte.

Diarios online sin registroคืออะไร?

Diarios online sin registro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Germán Ulrich และคุณลักษณะหลักของมันคือ "Elimina el molesto cuadro de login de los diarios La Nación, Clarin y Canchallena y navega sin registrarte."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Diarios online sin registro

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

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

                                            

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

ชื่อ Diarios online sin registro Diarios online sin registro
ID hegacmjbhipacdcfjhnnahdnbmgcbeek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/diarios-online-sin-regist/hegacmjbhipacdcfjhnnahdnbmgcbeek
คำอธิบาย Elimina el molesto cuadro de login de los diarios La Nación, Clarin y Canchallena y navega sin registrarte.
ขนาดไฟล์ 44.09 KB
จำนวนการติดตั้ง 147
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2016-03-17
วันที่เผยแพร่ 2016-03-17
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Germán Ulrich
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Diarios online sin registro",
    "version": "0.1.6",
    "description": "Elimina el molesto cuadro de login de los diarios La Naci\u00f3n, Clarin y Canchallena y navega sin registrarte.",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*.lanacion.com.ar\/*",
                "http:\/\/*.clarin.com\/*"
            ]
        }
    ]
}