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
}