South China Morning Clearance
South China Morning Clearance
South China Morning Clearanceคืออะไร?
South China Morning Clearance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย louisinhk และคุณลักษณะหลักของมันคือ "South China Morning Clearance"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย South China Morning Clearance
ดาวน์โหลดไฟล์ส่วนขยาย South China Morning Clearance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A chrome extension to bypass viewing limit on SCMP by clearning cookies and localStorage data.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdehpghdgmcgjafphehekainkknbdajc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/south-china-morning-clear/cdehpghdgmcgjafphehekainkknbdajc |
คำอธิบาย | South China Morning Clearance |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 956 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-07-15 |
วันที่เผยแพร่ | 2013-07-15 |
คะแนน | 4.10/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | louisinhk |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "South China Morning Clearance", "homepage_url": "https:\/\/github.com\/louisinhongkong\/South-Morning-China-Clearance", "version": "1.0", "description": "South China Morning Clearance", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.scmp.com\/*", "https:\/\/www.scmp.com\/*", "http:\/\/scmp.com\/*", "https:\/\/scmp.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/www.scmp.com\/*", "https:\/\/www.scmp.com\/*", "http:\/\/scmp.com\/*", "https:\/\/scmp.com\/*", "cookies" ] } |