𝕏 (Twitter) Followers Counter
Displays 𝕏 (Twitter) followers count on any account's followers tab. (Bèta)
𝕏 (Twitter) Followers Counter란 무엇입니까?
𝕏 (Twitter) Followers Counter은(는) yannickje에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays 𝕏 (Twitter) followers count on any account's followers tab. (Bèta)"입니다.
확장 프로그램 스크린샷
𝕏 (Twitter) Followers Counter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Did you ever want to know how many followers the people who follow you have? So you can quickly see who you should follow back and engage with? This 𝕏 Twitter extension does exactly that. It shows the amount of followers your followers have on the "followers" tab (Wow, how many times can you say followers in one sentence?)
확장 프로그램 기본 정보
이름 | 𝕏 (Twitter) Followers Counter |
ID | jcilhfimgnigaeoemcdaodolfgehejkf |
공식 URL | https://chromewebstore.google.com/detail/%F0%9D%95%8F-twitter-followers-coun/jcilhfimgnigaeoemcdaodolfgehejkf |
설명 | Displays 𝕏 (Twitter) followers count on any account's followers tab. (Bèta) |
파일 크기 | 10.78 KB |
설치 횟수 | 106 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-08-20 |
출시 날짜 | 2020-05-17 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | yannickje |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/yannick_veys |
도움말 페이지 URL | https://twitter.com/yannick_veys |
지원되는 언어 | en |
manifest.json | |
{ "author": "Yannick Veys", "action": { "default_icon": "128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "src\/inject_content.js" ], "css": [ "src\/content.css" ], "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "description": "Displays \ud835\udd4f (Twitter) followers count on any account's followers tab. (B\u00e8ta)", "homepage_url": "https:\/\/twitter.com\/yannick_veys", "icons": { "128": "128.png", "48": "48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjDdKAncUo5TTd9gbCXx8XgVxEE7QpuAygoGpySGBDju+YVHFMpsyTLqqoS4eeqrhZmnSheTLjs9wVfsAsm88Ldw7t1VurqSgTIordspyKeQuB4zFI8ZPl2majQsWO5LZ3IORC3EOpkXecVya7jA9VzbXJkDHoiz1kLlBqOBLBsB50e2aLuMLu5QG3En3aQLnKR+pI1OAA4Bkt\/PcegoNH2R1d0aUqAQWcjKUTTFNhbJd3EaiAa8fe1JGSFtRtp7ePMYK+K5S9X3P4wziACHufmYFxhfVTRxF7l3gG\/RgHieq80i0U\/TnlcSjxVtaqHhw7jsueqPFJB8ncoGoiB9cDwIDAQAB", "manifest_version": 3, "name": "\ud835\udd4f (Twitter) Followers Counter", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ { "resources": [ "src\/content.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ] } |