Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Free TheHinduคืออะไร?
Free TheHindu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kritseen20 และคุณลักษณะหลักของมันคือ "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free TheHindu
ดาวน์โหลดไฟล์ส่วนขยาย Free TheHindu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
By installing this extension you can read "TheHindu" articles on their website : 1. No Annoying ads 2. No Monthly Reading Limit 3. No Subscription Advertisement
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
คำอธิบาย | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
ขนาดไฟล์ | 30.67 KB |
จำนวนการติดตั้ง | 328 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2020-08-25 |
วันที่เผยแพร่ | 2020-08-23 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | kritseen20 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free TheHindu", "version": "1.2", "description": "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit", "permissions": [ "activeTab" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.thehindu.com\/*" ], "js": [ "\/content_script.js" ], "all_frames": true } ], "manifest_version": 2 } |