Reddit Ad Blocker
Blocks All Reddit Promoted and Side Bar Ads
Reddit Ad Blocker란 무엇입니까?
Reddit Ad Blocker은(는) Extra Large Bacon Pizza에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks All Reddit Promoted and Side Bar Ads"입니다.
확장 프로그램 스크린샷
Reddit Ad Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of paying for Reddit premium just to block ads? Instantly remove all Reddit ads for free! This includes both Promoted and Side Bar ads! It even works flawlessly on Old Reddit
확장 프로그램 기본 정보
이름 | Reddit Ad Blocker |
ID | ikfphehapjecfjflnjagoaapglaihehn |
공식 URL | https://chromewebstore.google.com/detail/reddit-ad-blocker/ikfphehapjecfjflnjagoaapglaihehn |
설명 | Blocks All Reddit Promoted and Side Bar Ads |
파일 크기 | 39.74 KB |
설치 횟수 | 906 |
현재 버전 | 1.9 |
최근 업데이트 | 2020-05-07 |
출시 날짜 | 2020-05-07 |
평점 | 3.36/5 총 11 개의 평점 |
개발자 | Extra Large Bacon Pizza |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://extralargebacon.pizza/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Ad Blocker", "version": "1.9", "manifest_version": 2, "description": "Blocks All Reddit Promoted and Side Bar Ads", "homepage_url": "http:\/\/extralargebacon.pizza", "permissions": [ "*:\/\/*.reddit.com\/*" ], "browser_action": { "default_title": "Reddit Ad Blocker" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "run_at": "document_start", "js": [ "jquery.js", "content.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |