Simple Auto Refresher

A simple tool to make the website live every time! Refresh your pages with selected time interval.

Τι είναι το Simple Auto Refresher;

Το Simple Auto Refresher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NokibRokes, και η κύρια λειτουργία του είναι "A simple tool to make the website live every time! Refresh your pages with selected time interval.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Simple Auto Refresher

Λήψη αρχείων επέκτασης Simple Auto Refresher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This simple tool will help you to auto-refresh and auto-reload any website with selected time intervals in just one single click. Simple Auto Refresher is the most user-friendly auto refresher extension on the chrome web store market which has premium features. No setup required. Just try it out and you will know!

Key features:
- Shows real-time count-down timer on the extension icon bar.
- Easily input time interval then start auto-refresh with the selected time interval.
- Select the random timer range.
- Premium random time generation feature.
- Save default time for the next setup.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
Επίσημο URL https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
Περιγραφή A simple tool to make the website live every time! Refresh your pages with selected time interval.
Μέγεθος Αρχείου 28.77 KB
Αριθμός Εγκαταστάσεων 5,078
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2021-07-30
Ημερομηνία Δημοσίευσης 2020-06-24
Αξιολόγηση 4.80/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής NokibRokes
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://nokibrokes.com
Διεύθυνση URL της Σελίδας Βοήθειας https://nokibrokes.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Auto Refresher",
    "version": "1.0.2",
    "description": "A simple tool to make the website live every time! Refresh your pages with selected time interval.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.gumroad.com\/*",
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}