South China Morning Clearance
South China Morning Clearance
Apa itu South China Morning Clearance?
South China Morning Clearance adalah ekstensi Chrome yang dikembangkan oleh louisinhk, dan fitur utamanya adalah "South China Morning Clearance".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi South China Morning Clearance
Unduh file ekstensi South China Morning Clearance dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A chrome extension to bypass viewing limit on SCMP by clearning cookies and localStorage data.
Informasi Dasar Ekstensi
Nama | |
ID | cdehpghdgmcgjafphehekainkknbdajc |
URL Resmi | https://chromewebstore.google.com/detail/south-china-morning-clear/cdehpghdgmcgjafphehekainkknbdajc |
Deskripsi | South China Morning Clearance |
Ukuran File | 108 KB |
Jumlah Instalasi | 956 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-07-15 |
Tanggal Publikasi | 2013-07-15 |
Penilaian | 4.10/5 Total 10 Penilaian |
Pengembang | louisinhk |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |