BlockTheBlue
Blocks all Twitter Blue Paying users on twitter.com
BlockTheBlue란 무엇입니까?
BlockTheBlue은(는) anthony.garreau.44에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks all Twitter Blue Paying users on twitter.com"입니다.
확장 프로그램 스크린샷
BlockTheBlue 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing "BlockTheBlue" - the Chrome extension that puts the fun back into your Twitter experience! Tired of seeing those pesky Twitter Blue users dominating your timeline? Say no more! With our delightful extension, you can now wave goodbye to Twitter Blue chaos and enjoy a pure, unblemished Twitter feed. "BlockTheBlue" works its magic by automatically blocking Twitter Blue users, ensuring that their posts vanish from your timeline faster than you can say "tweet." But wait, there's more! We understand that some of your favorite accounts might have joined the Twitter Blue brigade, so we've got your back. With our nifty extension, you can whitelist the Twitter Blue users you already follow, so you won't miss out on their tweets. Oh, and did we mention our soft spot for legacy verified users? We know they hold a special place in your heart, so we made sure our extension steers clear of blocking them. After all, they're Twitter royalty, and we wouldn't want to dethrone them, would we? So why wait? Install "BlockTheBlue" now and reclaim your Twitter timeline! We're all about keeping things lighthearted and fun, because, let's face it, we just can't handle those Twitter Blue users anymore. It's time to make Twitter great again, one tweet at a time!
확장 프로그램 기본 정보
이름 | BlockTheBlue |
ID | cfokgoihldaobhpjmilmmbfegfckpejj |
공식 URL | https://chromewebstore.google.com/detail/blocktheblue/cfokgoihldaobhpjmilmmbfegfckpejj |
설명 | Blocks all Twitter Blue Paying users on twitter.com |
파일 크기 | 5.38 MB |
설치 횟수 | 522 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-04-25 |
출시 날짜 | 2023-04-25 |
평점 | 3.88/5 총 8 개의 평점 |
개발자 | anthony.garreau.44 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BlockTheBlue", "version": "1.0", "description": "Blocks all Twitter Blue Paying users on twitter.com", "icons": { "128": "assets\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "chrome\/script.js", "shared.js", "inject.js", "legacy-verified-users.js" ], "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*" ] } ], "action": { "default_popup": "chrome\/popup.html", "default_icon": "assets\/icon.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*" ], "js": [ "chrome\/main.js" ] } ] } |