Echo Mag Banner Block
Removes the banner and its container from the top of the Echo Mag website.
Echo Mag Banner Block란 무엇입니까?
Echo Mag Banner Block은(는) CJ Vogt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the banner and its container from the top of the Echo Mag website."입니다.
확장 프로그램 스크린샷
Echo Mag Banner Block 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cleans the top of the Echo Magazine website (echomag.com) by removing the large banner taking up the top of each page. Helps reveal the site in all its glory! (Does not remove the sidebar banners or any other banner ad on the site.) If you are already using Adblock, this removes the giant black bar across the top of each page.
확장 프로그램 기본 정보
이름 | Echo Mag Banner Block |
ID | bfpljidcniajmahlgodjmbomgkfphhjm |
공식 URL | https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm |
설명 | Removes the banner and its container from the top of the Echo Mag website. |
파일 크기 | 455 KB |
설치 횟수 | 19 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2015-03-26 |
출시 날짜 | 2015-03-25 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | CJ Vogt |
결제 유형 | free |
도움말 페이지 URL | https://github.com/rainbow-unicorn/echo-mag-banner-block |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Echo Mag Banner Block", "version": "0.0.2", "author": "Rainbow Unicorn", "manifest_version": 2, "description": "Removes the banner and its container from the top of the Echo Mag website.", "homepage_url": "https:\/\/github.com\/rainbow-unicorn\/echo-mag-banner-block", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "http:\/\/*.echomag.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.echomag.com\/*" ], "js": [ "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |