South China Morning Clearance
South China Morning Clearance
什麼是South China Morning Clearance?
South China Morning Clearance是由louisinhk開發的Chrome擴展程式,該擴展的主要功能是“South China Morning Clearance”。
擴展截圖
下載South China Morning Clearance擴展crx文件
下載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 |
官方網址 | 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" ] } |