Simple Auto Refresh

Auto refresh extension that simply DOES NOT want your data.

Simple Auto Refresh là gì?

Simple Auto Refresh là một tiện ích mở rộng Chrome được phát triển bởi xiay.dev, và tính năng chính của nó là "Auto refresh extension that simply DOES NOT want your data.".

Tải xuống tệp CRX của tiện ích mở rộng Simple Auto Refresh

Tải xuống các tệp mở rộng Simple Auto Refresh dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Auto Refresh Simple Auto Refresh
ID kbmnjljndmkbgeejhbfpalmknnajepfp
URL Chính Thức https://chrome.google.com/webstore/detail/simple-auto-refresh/kbmnjljndmkbgeejhbfpalmknnajepfp
Mô tả Auto refresh extension that simply DOES NOT want your data.
Kích Thước Tệp 3.89 KB
Số Lần Cài Đặt 177
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-07-09
Ngày Phát Hành 2018-07-09
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển xiay.dev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}