freeSMH
Navigate SMH articles without being interrupted by the digital subscription pop-up
什麼是freeSMH?
freeSMH是由prods3開發的Chrome擴展程式,該擴展的主要功能是“Navigate SMH articles without being interrupted by the digital subscription pop-up”。
擴展截圖
下載freeSMH擴展crx文件
下載freeSMH擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Remove the digital subscription pop-up from SMH pages automatically. This is a non-invasive front-end extension that simply removes the pop-up and lets you browse the content behind it. It doesn't involve the access or manipulation of your browser's cookies. If you find it useful, please share it with your friends.
擴展基本資訊
名稱 | freeSMH |
ID | nkoljkmfpmcpijiiipndogpadgimgkcm |
官方網址 | https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm |
簡介 | Navigate SMH articles without being interrupted by the digital subscription pop-up |
檔案大小 | 2.91 KB |
安裝次數 | 23 |
目前版本 | 1.1.0 |
更新時間 | 2013-07-23 |
上架時間 | 2013-07-23 |
評分 | 5.00/5 共 6 次評分 |
開發者 | prods3 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "freeSMH", "version": "1.1.0", "manifest_version": 2, "description": "Navigate SMH articles without being interrupted by the digital subscription pop-up", "content_scripts": [ { "matches": [ "*:\/\/*.smh.com.au\/*" ], "js": [ "freeSMH.js" ], "run_at": "document_start" } ] } |