Modal Blocker
Remove (some) annoying modal popups
什麼是Modal Blocker?
Modal Blocker是由Marcos Gil Fuertes開發的Chrome擴展程式,該擴展的主要功能是“Remove (some) annoying modal popups”。
擴展截圖
下載Modal Blocker擴展crx文件
下載Modal Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
WHAT IT IS:
Modal Blocker will remove (some) modal popups that disturb you while browsing.
WHAT IT ISN'T:
Id doesn't remove ALL the modal popups.
It shouldn't be used to avoid paying subscriptions for online services like newspapers.
CREDITS:
Icon from http://getdrawings.com/get-icon#about-me-icon-56.png 擴展基本資訊
| 名稱 | |
| ID | edhllkdiocfhjfmplhbjpggljpjjpdna |
| 官方網址 | https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna |
| 簡介 | Remove (some) annoying modal popups |
| 檔案大小 | 97.84 KB |
| 安裝次數 | 319 |
| 目前版本 | 1.0 |
| 更新時間 | 2020-04-17 |
| 上架時間 | 2020-04-14 |
| 評分 | 3.00/5 共 2 次評分 |
| 開發者 | Marcos Gil Fuertes |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.twitter-follower.com/en/site/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Modal Blocker",
"short_name": "ModalBlock",
"description": "Remove (some) annoying modal popups",
"version": "1.0",
"icons": {
"16": "img\/modal16.png",
"48": "img\/modal48.png",
"128": "img\/modal128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery.js",
"js\/content.js"
]
}
]
} | |