Twitter Timeline Auto Update

Updates the twitter timeline automatically when new tweets can be shown.

Qu'est-ce que Twitter Timeline Auto Update ?

Twitter Timeline Auto Update est une extension Chrome développée par https://systemcluster.me, et sa fonction principale est "Updates the twitter timeline automatically when new tweets can be shown.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter Timeline Auto Update

Téléchargez les fichiers d'extension Twitter Timeline Auto Update 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

                        Twitter Auto Update updates the twitter timeline automatically, removing the need of the additional user interaction each time new tweets should be shown.

By default the extension only updates the timeline while it isn't scrolled down, an option is provided to enable unconditional updates.                    

Informations de Base sur l'Extension

Nom Twitter Timeline Auto Update Twitter Timeline Auto Update
ID ddbjabcmjjifognjcopebcllgpbdjlbm
URL Officiel https://chromewebstore.google.com/detail/twitter-timeline-auto-upd/ddbjabcmjjifognjcopebcllgpbdjlbm
Description Updates the twitter timeline automatically when new tweets can be shown.
Taille du Fichier 23.5 KB
Nombre d'Installations 1,085
Version Actuelle 0.3
Dernière Mise à Jour 2018-07-28
Date de Publication 2018-07-28
Évaluation 3.33/5 Total 9 Évaluations
Développeur https://systemcluster.me
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Timeline Auto Update",
    "short_name": "Twitter Refresh",
    "description": "Updates the twitter timeline automatically when new tweets can be shown.",
    "version": "0.3",
    "options_ui": {
        "page": "chrome\/content\/settings_inline.html",
        "chrome_style": true
    },
    "icons": {
        "64": "chrome\/skin\/icon64.png",
        "128": "chrome\/skin\/icon128.png",
        "256": "chrome\/skin\/icon256.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/inject.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/twitter.com\/*"
    ]
}