Simple Auto Refresh

Auto refresh extension that simply DOES NOT want your data.

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

Το Simple Auto Refresh είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xiay.dev, και η κύρια λειτουργία του είναι "Auto refresh extension that simply DOES NOT want your data.".

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

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

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

                        This auto refresh extension DOES NOT want your data.

I was cleaning up my chrome extensions and getting rid of those "Read and change all your data on the websites you visit" due to the recent data harvesting scandal around the Chrome Extension Stylish.

That was when I realized that every single auto refresh app currently in Chrome Extension Store wants the power of "Read and change all your data on the websites you visit."

Why?  I wondered.  Is Chrome Extension APIs so poorly designed that such a simple task really requires so extensive permission to accomplish?

And the answer is apparently no. Hence the app here.

I do not really know JS or web development.  But the task is so simple that it took me a couple of hours to finish this.

It is ugly, it does not do any fancy stuff, it does not even have an icon of its own.

BUT IT DOES NOT WANT YOUR DATA.                    

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

Όνομα Simple Auto Refresh Simple Auto Refresh
ID kbmnjljndmkbgeejhbfpalmknnajepfp
Επίσημο URL https://chrome.google.com/webstore/detail/simple-auto-refresh/kbmnjljndmkbgeejhbfpalmknnajepfp
Περιγραφή Auto refresh extension that simply DOES NOT want your data.
Μέγεθος Αρχείου 3.89 KB
Αριθμός Εγκαταστάσεων 177
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-07-09
Ημερομηνία Δημοσίευσης 2018-07-09
Αξιολόγηση 4.13/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής xiay.dev
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Auto Refresh",
    "version": "1.0",
    "description": "Auto refresh extension that simply DOES NOT want your data.",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Simple Auto Refresh"
    },
    "manifest_version": 2
}