Auto Refresh For Twitter™

Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.

Auto Refresh For Twitter™란 무엇입니까?

Auto Refresh For Twitter™은(는) us08582에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Auto Refresh For Twitter™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Auto Refresh Tweets:
Only refresh tweets instead of the whole page, only refresh tweets when you at the top of page.

New Tweets Button:
Take you back to the top of page, and load new tweets.


It is will not disturb your other actions.

Simple and Effective.

If you like this extension, please rate with ★ ★ ★ ★ ★ 5 stars and tell your friends. Thanks :)                    

확장 프로그램 기본 정보

이름 Auto Refresh For Twitter™ Auto Refresh For Twitter™
ID plogieadpldaahcnmopfhjpnakdeaccd
공식 URL https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd
설명 Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.
파일 크기 51.74 KB
설치 횟수 21,290
현재 버전 2.1.0
최근 업데이트 2019-01-16
출시 날짜 2019-01-16
평점 3.35/5 총 57 개의 평점
개발자 us08582
결제 유형 free
지원되는 언어 de,en,fr,es,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "page.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "logo.png",
        "16": "logo.png",
        "48": "logo.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "2.1.0"
}