Simple Auto Refresh

Auto refresh extension that simply DOES NOT want your data.

什麼是Simple Auto Refresh?

Simple Auto Refresh是由xiay.dev開發的Chrome擴展程式,該擴展的主要功能是“Auto refresh extension that simply DOES NOT want your data.”。

下載Simple Auto Refresh擴展crx文件

下載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
官方網址 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
}