No Promo Bro : A Reddit Ad Remover
A Reddit Ad Remover
No Promo Bro : A Reddit Ad Remover 란 무엇입니까?
No Promo Bro : A Reddit Ad Remover 은(는) iklassen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Reddit Ad Remover"입니다.
No Promo Bro : A Reddit Ad Remover 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No Promo Bro is an extension that detects and hides promotional posts on Reddits new layout. This extension was created because of my own personal disgust for click bait. I decided to share it for anyone who feels the same but may not have the time and/or ability to make their own extension, enjoy! I make these kinds of things for fun and will always share them for free.
확장 프로그램 기본 정보
이름 | |
ID | gamkfmmgoombjjkghnhhnfejafnfdchc |
공식 URL | https://chrome.google.com/webstore/detail/no-promo-bro-a-reddit-ad/gamkfmmgoombjjkghnhhnfejafnfdchc |
설명 | A Reddit Ad Remover |
파일 크기 | 29.28 KB |
설치 횟수 | 61 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-07-16 |
출시 날짜 | 2018-07-16 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | iklassen |
결제 유형 | free |
도움말 페이지 URL | https://github.com/ikklassen/No-Promo-Bro/tree/master |
지원되는 언어 | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "enter.js" ], "matches": [ "https:\/\/www.reddit.com\/*" ] } ], "permissions": [ "tabs", "https:\/\/www.reddit.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Promo Bro : A Reddit Ad Remover ", "version": "1.0.1", "manifest_version": 2, "description": "A Reddit Ad Remover", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |