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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
| 공식 URL | 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"
}
} | |