Remove Blue Check Users and Twitter Ads
Free tool to make Twitter a better place.
Remove Blue Check Users and Twitter Ads란 무엇입니까?
Remove Blue Check Users and Twitter Ads은(는) Richard Miller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free tool to make Twitter a better place."입니다.
확장 프로그램 스크린샷
Remove Blue Check Users and Twitter Ads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Twitter is increasingly becoming a difficult place to navigate, with a mix of verified blue check users, unverified people that paid $8 to get a blue check, and accounts impersonating other accounts, due to Twitter's failed verification process. This app solves all of these problems by hiding all tweets from blue checked accounts. It also hides all ads and promoted tweets so that you can enjoy a social network with normal people, rather than advertisers, paid accounts, celebrities, and impersonated celebrities.
확장 프로그램 기본 정보
이름 | |
ID | jojdeobknljcmmmgpcgbanaeomajkiio |
공식 URL | https://chrome.google.com/webstore/detail/remove-blue-check-users-a/jojdeobknljcmmmgpcgbanaeomajkiio |
설명 | Free tool to make Twitter a better place. |
파일 크기 | 12.39 KB |
설치 횟수 | 141 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-11-09 |
출시 날짜 | 2022-11-09 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Richard Miller |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Blue Check Users and Twitter Ads", "short_name": "Hide Blue Checks Users", "description": "Free tool to make Twitter a better place.", "version": "1.0", "action": { "default_icon": "remove-blue-checks-48.png", "default_title": "Blue Check Remover" }, "icons": { "16": "remove-blue-checks-16.png", "48": "remove-blue-checks-48.png", "128": "remove-blue-checks-128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "js": [ "content.js" ] } ] } |