unsub.ME
An extension to weed out those nasty email lists!
unsub.ME란 무엇입니까?
unsub.ME은(는) https://www.michaelmaturi.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to weed out those nasty email lists!"입니다.
확장 프로그램 스크린샷
unsub.ME 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
unsub.ME is an extension created to unsubscribe from those pesky email lists! It is compatible only with Gmail / Google Inbox. Make sure you are signed into Chrome using the same Google account for the Gmail inbox you wish to filter. As the extension opens each link to unsubscribe, please ensure that you actually unsubscribed in full by manually checking each tab. While many links immediately unsubscribe you, some may have extra steps that unsub.ME does not currently account for. Lastly, it is not recommended to process more than 15 links at a time unless your device has substantial processing power. Special thanks to my brother, Andrew, for answering all my coding questions and his major contributions to this project. Soon-to-be Features: • Increase success rate of unsubscribing on new tab open • Increase scope of links that can be grabbed from the user's inbox • Select just 10 links when popup window is initialized
확장 프로그램 기본 정보
이름 | unsub.ME |
ID | ofkabjnhbcfdpojmpfghkofmfedjhbna |
공식 URL | https://chromewebstore.google.com/detail/unsubme/ofkabjnhbcfdpojmpfghkofmfedjhbna |
설명 | An extension to weed out those nasty email lists! |
파일 크기 | 158 KB |
설치 횟수 | 1,420 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-10-20 |
출시 날짜 | 2015-10-19 |
평점 | 3.10/5 총 10 개의 평점 |
개발자 | https://www.michaelmaturi.me |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.michaelmaturi.me |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery.js", "background.js" ] }, "manifest_version": 2, "name": "unsub.ME", "description": "An extension to weed out those nasty email lists!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "oauth2": { "client_id": "620012734312-ptl871aqabgdfn3o9utguamgea2va0ef.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.readonly" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "unsub.ME", "default_popup": "popup.html" }, "permissions": [ "identity", "storage" ], "version": "1.2" } |