Auto Refresh For Twitter™
Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.
Qu'est-ce que Auto Refresh For Twitter™ ?
Auto Refresh For Twitter™ est une extension Chrome développée par us08582, et sa fonction principale est "Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Refresh For Twitter™
Téléchargez les fichiers d'extension Auto Refresh For Twitter™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :)
Informations de Base sur l'Extension
Nom | |
ID | plogieadpldaahcnmopfhjpnakdeaccd |
URL Officiel | https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd |
Description | Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page. |
Taille du Fichier | 51.74 KB |
Nombre d'Installations | 21,290 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2019-01-16 |
Date de Publication | 2019-01-16 |
Évaluation | 3.35/5 Total 57 Évaluations |
Développeur | us08582 |
Type de Paiement | free |
Langues Prises en Charge | 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" } |