AdBlocker for Gmail™
Removes all annoying Ads and banners from your Gmail
什麼是AdBlocker for Gmail™?
AdBlocker for Gmail™是由Jorvi開發的Chrome擴展程式,該擴展的主要功能是“Removes all annoying Ads and banners from your Gmail”。
擴展截圖
下載AdBlocker for Gmail™擴展crx文件
下載AdBlocker for Gmail™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
AdBlocker for Gmail™ allows you to remove all annoying contents, Ads, and banners from your Gmail inbox.
Key features:
a) This addon is very lite with no significant memory and CPU usage.
b) It effectively removes all annoying Ads (including web-clip suggestions) from your Gmail Inbox, both at the top-header and bottom-footer.
c) It also removes annoying Ads from the right side-bar of each individual email page.
d) When ads are removed, the inbox is fully expanded to the right.
Note: AdBlocker for Gmail™ does NOT belong or relate to the official Gmail application/website at all. It is basically an unofficial Addon that is developed and maintained independently. 擴展基本資訊
| 名稱 | |
| ID | ibheakdaofadipjoplaococmmjcefcop |
| 官方網址 | https://chromewebstore.google.com/detail/adblocker-for-gmail/ibheakdaofadipjoplaococmmjcefcop |
| 簡介 | Removes all annoying Ads and banners from your Gmail |
| 檔案大小 | 32.09 KB |
| 安裝次數 | 1,686 |
| 目前版本 | 0.1.8 |
| 更新時間 | 2018-10-25 |
| 上架時間 | 2018-10-24 |
| 評分 | 4.25/5 共 8 次評分 |
| 開發者 | Jorvi |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.8",
"manifest_version": 2,
"short_name": "clean-email",
"name": "AdBlocker for Gmail\u2122",
"background": {
"page": "lib\/chrome\/background.html"
},
"homepage_url": "http:\/\/mybrowseraddon.com\/clean-email.html",
"description": "Removes all annoying Ads and banners from your Gmail",
"options_ui": {
"chrome_style": true,
"page": "data\/options\/options.html"
},
"permissions": [
"tabs",
"storage",
"webRequest",
"http:\/\/*\/*",
"https:\/\/*\/*",
"webRequestBlocking"
],
"content_scripts": [
{
"all_frames": true,
"run_at": "document_start",
"css": [
"data\/content_script\/inject.css"
],
"matches": [
"*:\/\/mail.google.com\/*",
"*:\/\/*.mail.google.com\/*"
]
}
],
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |