Patreon Assistant
This extension helps people easly follow their patreons' updates.
Patreon Assistant란 무엇입니까?
Patreon Assistant은(는) Arenpi Development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps people easly follow their patreons' updates."입니다.
확장 프로그램 스크린샷
Patreon Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PATREON ASSISTANT ---- This extension helps to track latests posts of creators on Patreon. Especially developed for tracking your creators that release STL miniature for 3d printing. No login required. Just copy and paste a creator link to Patreon Assistant, then all latest posts of the creator will be shown on "Last Posts" section, See all latest posts of your creators on the same section, ordered by puslish date, Easly adding and removing creators, Icon notification helps to show how many new posts there are.
확장 프로그램 기본 정보
이름 | Patreon Assistant |
ID | plfnafajhhphflcaonfmgllfoofciild |
공식 URL | https://chromewebstore.google.com/detail/patreon-assistant/plfnafajhhphflcaonfmgllfoofciild |
설명 | This extension helps people easly follow their patreons' updates. |
파일 크기 | 217 KB |
설치 횟수 | 82 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2021-12-28 |
출시 날짜 | 2021-10-11 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Arenpi Development |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2.0", "name": "Patreon Assistant", "description": "This extension helps people easly follow their patreons' updates.", "author": "Arenpi, Inc. (https:\/\/www.arenpi.com)", "action": { "default_popup": "popup.html", "default_title": "Patreon Assistant", "default_icon": { "16": "images\/icon_16.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "js\/service-worker.js" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "*:\/\/*.patreon.com\/" ] } |