Hide Twitter / X.com Ads
Free tool that hides Promoted Tweets while you browse Twitter (X.com).
Hide Twitter / X.com Ads란 무엇입니까?
Hide Twitter / X.com Ads은(는) Ryan Kulp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free tool that hides Promoted Tweets while you browse Twitter (X.com)."입니다.
확장 프로그램 스크린샷
Hide Twitter / X.com Ads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**Updated August 2023 to support new X.com ads!**
Hate seeing the same ads over and over again? Hate Twitter / X.com ads in general?
This tool is free, doesn't require signup, and does not track anything you do.
Blocks sponsored/promoted Tweets in several languages.
To request new languages or customize your Twitter ad-block settings, go here:
https://github.com/ryanckulp/twitter_ad_blocker/issues/new 확장 프로그램 기본 정보
| 이름 | |
| ID | bapmhjebfdbdpjjfafnkfidijkjlkakf |
| 공식 URL | https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf |
| 설명 | Free tool that hides Promoted Tweets while you browse Twitter (X.com). |
| 파일 크기 | 13.74 KB |
| 설치 횟수 | 14,826 |
| 현재 버전 | 1.1.8 |
| 최근 업데이트 | 2023-09-26 |
| 출시 날짜 | 2017-01-25 |
| 평점 | 3.83/5 총 98 개의 평점 |
| 개발자 | Ryan Kulp |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/ryanckulp/twitter_ad_blocker |
| 도움말 페이지 URL | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| 개인정보 보호 정책 페이지 URL | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hide Twitter \/ X.com Ads",
"action": [],
"short_name": "Hide Twitter Ads",
"description": "Free tool that hides Promoted Tweets while you browse Twitter (X.com).",
"version": "1.1.8",
"icons": {
"16": "img\/hide-twitter-ads-16.png",
"48": "img\/hide-twitter-ads-48.png",
"128": "img\/hide-twitter-ads-128.png"
},
"permissions": [],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.twitter.com\/*",
"https:\/\/*.twitter.com\/*"
],
"js": [
"content.js"
]
}
]
} | |