South China Morning Clearance
South China Morning Clearance
Was ist South China Morning Clearance?
South China Morning Clearance ist eine Chrome-Erweiterung, die von louisinhk entwickelt wurde, und ihr Hauptmerkmal ist "South China Morning Clearance".
Erweiterungsscreenshots
South China Morning Clearance-Erweiterungs-CRX-Datei herunterladen
Laden Sie South China Morning Clearance-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A chrome extension to bypass viewing limit on SCMP by clearning cookies and localStorage data.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cdehpghdgmcgjafphehekainkknbdajc |
Offizielle URL | https://chromewebstore.google.com/detail/south-china-morning-clear/cdehpghdgmcgjafphehekainkknbdajc |
Beschreibung | South China Morning Clearance |
Dateigröße | 108 KB |
Installationsanzahl | 956 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-07-15 |
Veröffentlichungsdatum | 2013-07-15 |
Bewertung | 4.10/5 Insgesamt 10 Bewertungen |
Entwickler | louisinhk |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |