Auto Refresh

Reload the web page automatically in the time interval that you want.

Qu'est-ce que Auto Refresh ?

Auto Refresh est une extension Chrome développée par https://stni.pw, et sa fonction principale est "Reload the web page automatically in the time interval that you want.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Refresh

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

                        Reload web pages automatically in the time interval that you want.

A Shitian Ni Project                    

Informations de Base sur l'Extension

Nom Auto Refresh Auto Refresh
ID omcjgdddgjlioknfggaelopggehgfcea
URL Officiel https://chromewebstore.google.com/detail/auto-refresh/omcjgdddgjlioknfggaelopggehgfcea
Description Reload the web page automatically in the time interval that you want.
Taille du Fichier 43.26 KB
Nombre d'Installations 6,749
Version Actuelle 1.0.6
Dernière Mise à Jour 2016-06-26
Date de Publication 2016-06-26
Évaluation 3.00/5 Total 4 Évaluations
Développeur https://stni.pw
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh",
    "short_name": "Refresh",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Reload the web page automatically in the time interval that you want.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}