X (Twitter) Auto Refresher

Auto refreshes X (Twitter) home page

X (Twitter) Auto Refresher란 무엇입니까?

X (Twitter) Auto Refresher은(는) kaalni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto refreshes X (Twitter) home page"입니다.

확장 프로그램 스크린샷

screenshot

X (Twitter) Auto Refresher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enhance your browsing on X (Twitter) with this extension that automates your feed refresh. Tailor your X (Twitter) experience with customizable intervals, ensuring you're always up-to-date with the latest tweets.

Key Features:

- Set Your Own Refresh Rate: Choose how frequently your feed updates
- Simple Toggle Control: Easily switch the auto-refresh feature on or off
- Lightweight Design: Runs smoothly without slowing down your browser
- Privacy-Focused: Operates without collecting personal data

How to Use:

- Install the extension from the Chrome Web Store.
- Click on the 'X (Twitter) Auto Refresher' icon in your browser toolbar to set your preferred refresh interval and start/stop it
- Go to X (Twitter) and ensure you're at the top of your homepage.
- Enjoy an automatically updated X (Twitter) feed based on your set interval!

Let me know how I can improve this extension!

Changelog:

v1.0.3
- Small UI improvements
- Updated donation link                    

확장 프로그램 기본 정보

이름 X (Twitter) Auto Refresher X (Twitter) Auto Refresher
ID mihjenkihajdgclhgheccildhbocbheb
공식 URL https://chromewebstore.google.com/detail/x-twitter-auto-refresher/mihjenkihajdgclhgheccildhbocbheb
설명 Auto refreshes X (Twitter) home page
파일 크기 35.89 KB
설치 횟수 165
현재 버전 1.0.3
최근 업데이트 2024-01-04
출시 날짜 2023-11-24
평점 5.00/5 총 2 개의 평점
개발자 kaalni
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "X (Twitter) Auto Refresher",
    "version": "1.0.3",
    "description": "Auto refreshes X (Twitter) home page",
    "author": "kaalni",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}