Auto Refresh For Twitter™

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

Co je Auto Refresh For Twitter™?

Auto Refresh For Twitter™ je rozšíření Chrome vyvinuté us08582, a jeho hlavní funkcí je „Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Auto Refresh For Twitter™

Stáhněte si soubory rozšíření Auto Refresh For Twitter™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 :)                    

Základní Informace o Rozšíření

Název Auto Refresh For Twitter™ Auto Refresh For Twitter™
ID plogieadpldaahcnmopfhjpnakdeaccd
Oficiální URL https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd
Popis Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.
Velikost souboru 51.74 KB
Počet instalací 21,290
Aktuální Verze 2.1.0
Poslední Aktualizace 2019-01-16
Datum Vydání 2019-01-16
Hodnocení 3.35/5 Celkem 57 Hodnocení
Vývojář us08582
Typ Platby free
Podporované Jazyky 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"
}