South China Morning Post Plus
Ad free SCMP News site
South China Morning Post Plusคืออะไร?
South China Morning Post Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rajesh64727 และคุณลักษณะหลักของมันคือ "Ad free SCMP News site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย South China Morning Post Plus
ดาวน์โหลดไฟล์ส่วนขยาย South China Morning Post Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Read https://www.scmp.com/ without ads and article limits
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jelancbocliolndkmbioeaimlffhknnd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/south-china-morning-post/jelancbocliolndkmbioeaimlffhknnd |
คำอธิบาย | Ad free SCMP News site |
ขนาดไฟล์ | 13.37 KB |
จำนวนการติดตั้ง | 234 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-09-24 |
วันที่เผยแพร่ | 2020-09-23 |
ผู้พัฒนา | rajesh64727 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://rajesh64727.github.io |
URL หน้านโยบายความเป็นส่วนตัว | https://rajesh64727.github.io/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "South China Morning Post Plus", "version": "1.0.0", "description": "Ad free SCMP News site", "browser_action": { "default_icon": { "128": "images\/icon_128.png" } }, "icons": { "128": "images\/icon_128.png", "64": "images\/icon_64.png" }, "permissions": [ "https:\/\/www.scmp.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.scmp.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "author": "Rajesh Kumar [email protected]" } |