Pirate Bay Ad Remover
Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
Pirate Bay Ad Remover란 무엇입니까?
Pirate Bay Ad Remover은(는) christianvuerings에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents."입니다.
확장 프로그램 스크린샷
Pirate Bay Ad Remover 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Other Features: * Make the page 100% width
확장 프로그램 기본 정보
이름 | Pirate Bay Ad Remover |
ID | lloolcmnedpjhdcjpjoelobpagijonnp |
공식 URL | https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp |
설명 | Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents. |
파일 크기 | 8.39 KB |
설치 횟수 | 2,218 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2021-11-15 |
출시 날짜 | 2014-10-03 |
평점 | 3.73/5 총 11 개의 평점 |
개발자 | christianvuerings |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pirate Bay Ad Remover", "short_name": "PB Ad Remover", "version": "1.0.2", "manifest_version": 2, "description": "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.", "content_scripts": [ { "js": [ "js\/piratebay-ad-remover.js" ], "matches": [ "http:\/\/*.thepiratebay.ac\/*", "https:\/\/*.thepiratebay.ac\/*", "http:\/\/*.thepiratebay.pe\/*", "https:\/\/*.thepiratebay.pe\/*", "http:\/\/*.thepiratebay.org\/*", "https:\/\/*.thepiratebay.org\/*", "http:\/\/*.thepiratebay.se\/*", "https:\/\/*.thepiratebay.se\/*", "http:\/\/*.thepiratebay.gl\/*", "https:\/\/*.thepiratebay.gl\/*", "http:\/\/*.thepiratebay.is\/*", "https:\/\/*.thepiratebay.is\/*", "http:\/\/*.thepiratebay.sx\/*", "https:\/\/*.thepiratebay.sx\/*", "http:\/\/*.depiraatbaai.be\/*", "https:\/\/*.depiraatbaai.be\/*", "http:\/\/194.71.107.80\/*", "https:\/\/194.71.107.80\/*" ] } ], "icons": { "32": "piratebay-ad-remover-32.png", "64": "piratebay-ad-remover-64.png", "128": "piratebay-ad-remover-128.png" }, "permissions": [] } |