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
公式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
}