Ad-blocker for Gmail™
Hide ads in Gmail, and more cool stuff (see http://doiop.com/gmailads for more info). No Javascript, CSS only.
Ad-blocker for Gmail™란 무엇입니까?
Ad-blocker for Gmail™은(는) Alexandre에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide ads in Gmail, and more cool stuff (see http://doiop.com/gmailads for more info). No Javascript, CSS only."입니다.
확장 프로그램 스크린샷
Ad-blocker for Gmail™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# 2.8 (2013-03-16): Adapting this extension to Chrome's new rules regarding the manifest_version attribute, no other changes: http://blog.chromium.org/2013/02/updates-to-manifest-v1-chrome-web-store.html # 2.7 (2012-05-09): Adapting this extension to Gmail's recent code changes: http://gmailblog.blogspot.com/2012/05/better-google-notification-experience.html # 2.6 (2012-04-23): Adapting this extension to Gmail's recent code changes. # 2.5 (2011-11-14): Adapting this extension to Gmail's recent code changes. # 2.4 (2011-09-06): Hiding the very rarely useful people widget to reclaim space (the message takes up the entire width of the screen again). Therefore, "Map this" and "Add to calendar" links are gone. # 2.3 (2011-07-13): Hiding the entire center area of the footer in the inbox view (including the "disable buzz" link). # 2.2 (2011-06-29): Showing Gmail's new people widget. As a result, the message will not take up the entire width of the screen anymore. (But "Map this" and "Add to calendar" links are back). # 2.1 (2011-05-08): Making the links to act on a conversation (new window, ...) appear again at the top of the conversation. # 2.0 (2011-04-04): Adapting this extension to Gmail's recent code changes. # 1.9 (2011-03-27): No new feature, just complying with the Google Chrome Webstore Branding Guidelines. # NEW in 1.8: Hide Gmail ads that appear below Gmail messages. ---------- See http://doiop.com/gmailads for more information (in French). This extension allows you to: - Hide Gmail ads on the right, so that the message takes up the entire width of the screen (even in a new window). - Hide the ads that appear below the message. - Hide the useless links that appear at the bottom of the page, and only show the useful ones. - Hide the "Invite a friend" box on the left. - Decrease the width of the "Compose mail" textarea (plain text only) to behave like it used to in older versions of Gmail (plain text textarea used to be the same width as the fake textarea displayed at the bottom of an email before you click on it to reply). All this is done without any Javascript, just an embedded CSS stylesheet. That's why you will be prompted to allow this extension to access your data on mail.google.com: Chrome needs that to be able to embed the stylesheet. Looking for the Firefox extension? http://addons.mozilla.org/firefox/addon/ad-blocker-for-gmail ################################ Cette extension permet principalement de cacher les publicités sur la droite et en-dessous des messages. Voir http://doiop.com/gmailads pour plus d'informations. Vous cherchez l'extension Firefox ? http://addons.mozilla.org/firefox/addon/ad-blocker-for-gmail
확장 프로그램 기본 정보
이름 | |
ID | coibnogmjcpbccgjofoiklnfpbbjbapo |
공식 URL | https://chrome.google.com/webstore/detail/coibnogmjcpbccgjofoiklnfpbbjbapo |
설명 | Hide ads in Gmail, and more cool stuff (see http://doiop.com/gmailads for more info). No Javascript, CSS only. |
파일 크기 | 4.57 KB |
설치 횟수 | 25,912 |
현재 버전 | 2.8 |
최근 업데이트 | 2013-03-16 |
출시 날짜 | 2013-03-16 |
평점 | 4.05/5 총 227 개의 평점 |
개발자 | Alexandre |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://doiop.com/gmailads |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ad-blocker for Gmail\u2122", "version": "2.8", "description": "Hide ads in Gmail, and more cool stuff (see http:\/\/doiop.com\/gmailads for more info). No Javascript, CSS only.", "icons": { "48": "noads48.png", "128": "noads128.png" }, "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "css": [ "adblockerforgmail.css" ], "all_frames": true } ], "manifest_version": 2 } |