Leitura Livre

Extensão para ler de graça os sites de notícia

Leitura Livreคืออะไร?

Leitura Livre เป็นส่วนขยายของ Chrome ที่พัฒนาโดย diofeher และคุณลักษณะหลักของมันคือ "Extensão para ler de graça os sites de notícia"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leitura Livre

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

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

                        Extensão permite ler os sites de notícia de graça.                    

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

ชื่อ Leitura Livre Leitura Livre
ID kapioaafnijgfgoleainklgocmebaecm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leitura-livre/kapioaafnijgfgoleainklgocmebaecm
คำอธิบาย Extensão para ler de graça os sites de notícia
ขนาดไฟล์ 5.24 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2020-04-07
วันที่เผยแพร่ 2020-04-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา diofeher
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.1",
    "name": "Leitura Livre",
    "description": "Extens\u00e3o para ler de gra\u00e7a os sites de not\u00edcia",
    "author": "diofeher",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.estadao.com.br\/*",
                "https:\/\/*.oglobo.globo.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}