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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | ![]() |
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 } |