Ad Minus
Dismiss ad overlays.
Ad Minus란 무엇입니까?
Ad Minus은(는) ericlawrence에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dismiss ad overlays."입니다.
확장 프로그램 스크린샷
Ad Minus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds an icon to the url bar on supported sites allowing you to dismiss certain ad overlays. More sites and the ability to add custom sites will be supported in the future. Right now it is only active on Omaha.com.
확장 프로그램 기본 정보
이름 | Ad Minus |
ID | iogaabojnbehlhfdigojaopppipmlmjm |
공식 URL | https://chromewebstore.google.com/detail/ad-minus/iogaabojnbehlhfdigojaopppipmlmjm |
설명 | Dismiss ad overlays. |
파일 크기 | 42.32 KB |
설치 횟수 | 14 |
현재 버전 | 0.1 |
최근 업데이트 | 2013-03-16 |
출시 날짜 | 2013-03-16 |
개발자 | ericlawrence |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/squaretone/adminus |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ad Minus", "version": "0.1", "manifest_version": 2, "description": "Dismiss ad overlays.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.omaha.com\/*" ], "js": [ "jquery-1.9.1.min.js", "content.js" ] } ], "page_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Remove ad overlay" }, "permissions": [ "tabs" ] } |