Tweetors

Twitter extension to follow your mentor and their tweets

Tweetors란 무엇입니까?

Tweetors은(는) Hamza Husein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitter extension to follow your mentor and their tweets"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tweetors 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Have you been missing out on tweets by your favorite content creator / mentor, because of the Twitter algorithm?

Then look no further than Tweetors!

Tweetors uses the publicly available Twitter API v2 to allow users to easily add their preferred users and always fetch their latest tweet.
You can do all of this without even having an existing Twitter account, its that easy and simple!

With Tweetors, you always have access to your followed users, just simply search for the user in the search field provided, add them to your list! You can also easily visit their profile page and delete the user from your list! All a one step process.
Once users have been added, you can open the Tweets tab and view all the latest tweets! You can even explore the tweet, which will open the specific tweet in a new tab!

How to use Tweetors?

Step 1: Signup/Login with your email and password, or even use the guest credentials!

Step 2: Add your preferred Twitter users to the list, using their twitter username (Without the '@')

Step 3: Check out the latest tweets, and even open the tweet in a new tab.

Like what I create? Support me here: https://www.buymeacoffee.com/hamzahusein

Follow me on Twitter: https://twitter.com/itshamhere                    

확장 프로그램 기본 정보

이름 Tweetors Tweetors
ID dbmaadekfclglpjgamoimffccbenifib
공식 URL https://chromewebstore.google.com/detail/tweetors/dbmaadekfclglpjgamoimffccbenifib
설명 Twitter extension to follow your mentor and their tweets
파일 크기 1.16 MB
설치 횟수 22
현재 버전 1.2.1
최근 업데이트 2022-05-24
출시 날짜 2022-01-02
평점 5.00/5 총 2 개의 평점
개발자 Hamza Husein
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweetors",
    "description": "Twitter extension to follow your mentor and their tweets",
    "author": "Hamza Husein",
    "version": "1.2.1",
    "action": {
        "default_icon": "icons.png",
        "default_popup": "index.html",
        "default_title": "Open Tweetors"
    },
    "icons": {
        "16": "icons.png",
        "48": "icons.png",
        "128": "icons.png"
    }
}