Hummin.io (Beta)
Discover your target audience on Twitter without clicking
Hummin.io (Beta)란 무엇입니까?
Hummin.io (Beta)은(는) Hummin'에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover your target audience on Twitter without clicking"입니다.
확장 프로그램 스크린샷
Hummin.io (Beta) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hummin allows you to manage your Twitter account more efficiently. Find like-minded Twitter users without clicking their accounts, engage more, and grow your audience! Hummin' can help you to: 💡Spend less time hovering and more time connecting 💡Identify your target audience easily 💡Build relationships with your audience efficiently 💡Make your social media journey more productive -------------------------------------------------------------------------- Key features 1)👤User details on the timeline Hummin displays the details of the Twitter users in your timeline without requiring you to click on their profile. ✅Followers ✅Followings ✅Number of Tweets ✅Locations 2) 🪄1-Click to follow Hummin allows you to follow Twitter users with just one click. This feature saves time and makes it easier to build your Twitter audience. With Hummin, you can work more efficiently and productively. Save your time and focus on your connection. This is Hummin's first version. We're constantly working on improvements and updates to make Hummin' even better.
확장 프로그램 기본 정보
이름 | Hummin.io (Beta) |
ID | ajppdncnjeahglmaandcijaioigigabm |
공식 URL | https://chromewebstore.google.com/detail/humminio-beta/ajppdncnjeahglmaandcijaioigigabm |
설명 | Discover your target audience on Twitter without clicking |
파일 크기 | 658 KB |
설치 횟수 | 74 |
현재 버전 | 0.1.9.2 |
최근 업데이트 | 2023-07-12 |
출시 날짜 | 2023-04-21 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Hummin' |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://hummin.io |
개인정보 보호 정책 페이지 URL | https://www.hummin.io/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hummin.io (Beta)", "version": "0.1.9.2", "description": "Discover your target audience on Twitter without clicking", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtj\/j6vUVLoN1bugqx8InY+Dcum6tqlUT7r6PAyDMAU68bBdT3TCfontNAXXbc+q0O8WtPELEqe\/MJDy+2Les6eh\/weEndFqal6hrWlMTB3dIfXpKtjt6ETsnErbWasEwyNiMYM7uWCHkMrWys0QFHq1G2s8s\/cV9dsHPEwp4Wf769piXjB4afYpiqOwY20wOWNruCE0OlEl+IZpYi0NN1LWl9G39s22A\/c1lpo1gPK\/ny+zNCjw4oT2IRVyOHNEKlzsYN2gTIkE2lFzKhYz\/UAHB\/jOSO\/DpLeP+Fc9JjP5kJQ\/qjCr8owtE4gitSZ\/TSugshlXdtpFtkpsIlE4ymwIDAQAB", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "hummin.io" }, "host_permissions": [ "https:\/\/twitter.com\/*" ], "permissions": [ "tabs", "activeTab", "storage", "scripting", "webRequest" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_idle", "css": [ "content.css" ], "js": [ "content.js" ] } ] } |