Skip to content

Releases: bambwc20/mcp-chrome-vibemaker

vibemaker-v1.0.37

01 Jun 08:42

Choose a tag to compare

vibemaker-v1.0.35

28 May 23:13

Choose a tag to compare

vibemaker-v1.0.34

28 May 21:40

Choose a tag to compare

Highlights

v1.0.32 — geolocation 분류 정정

location 을 비민감 5종에서 빼고 민감 3종 (consent gate) 으로 이동. 위치 정보는 카메라/마이크 동급 개인정보 + OS 권한 의존성이라 install 일괄 allow 부적합. 신뢰 모델 일관성 강화.

v1.0.33 — ⚙ OS 시스템 설정 deep link

popup 권한 토글 3개 옆에 ⚙ 버튼 추가. 클릭 시 OS 시스템 설정의 해당 권한 페이지로 자동 점프.

  • macOS: x-apple.systempreferences:com.apple.preference.security?Privacy_{Camera,Microphone,LocationServices}
  • Windows: ms-settings:privacy-{webcam,microphone,location}
  • Linux/cros/openbsd: fallback alert

v1.0.34 — consent 통과 후 OS 차단 자동 알림

chrome_request_user_consent 응답 후 background 가 chrome.scripting.executeScript 로 active tab 에서 navigator.permissions.query 결과 회수 → state === 'denied'chrome.notifications 자동 알림 띄움. 알림 클릭 시 OS 시스템 설정 deep link 자동 점프. 같은 권한 5분 cooldown 으로 중복 방지.

'notifications' permission manifest 추가.

Install

npm install -g mcp-chrome-vibemaker-bridge

postinstall 이 자동으로 이 zip 을 ~/Downloads/mcp-chrome-vibemaker-extension-v1.0.34/ 에 풀어줌.

Full Changelog: vibemaker-v1.0.31...vibemaker-v1.0.34

vibemaker-v1.0.31

28 May 20:38

Choose a tag to compare

Highlights

Site permissions auto-allow + chrome_request_user_consent MCP tool

design: docs/plans/2026-05-29-site-permissions-design.md

비민감 5종 — install 시 <all_urls> 일괄 allow

popups, notifications, clipboard, automaticDownloads, location — native prompt 안 뜸.

민감 2종 — AI 사용 시 origin 단위 sticky 누적 (camera, microphone)

Chrome 정책상 <all_urls> allow 불가. AI 가 chrome_request_user_consent 호출 → popup 토글 ON 이면 즉시 그 사이트만 contentSettings.X.set({primaryPattern:'https://X.com/*', setting:'allow'}).

Popup UI

하단에 "권한 설정" 섹션 + 3토글 (📷 camera / 🎤 microphone / 📍 geolocation). default ON.

Consent 창

토글 OFF 일 때 작은 popup window 띄움. 60초 timeout, "다음부터 묻지 않기" 체크 시 토글 ON 자동 반영.

기타

  • 중국어 README/messages/docs 일소 (한국어 단일 노선)
  • 신규 entrypoint: consent.html
  • 신규 manifest permission: contentSettings

Install

npm install -g mcp-chrome-vibemaker-bridge

postinstall 이 자동으로 이 zip 을 ~/Downloads/mcp-chrome-vibemaker-extension-v1.0.31/ 에 풀어줌.

Full Changelog: vibemaker-v1.0.30...vibemaker-v1.0.31

vibemaker-v1.0.30

28 May 19:25

Choose a tag to compare

vibemaker-v1.0.29

28 May 18:45

Choose a tag to compare

vibemaker-v1.0.28

28 May 18:03

Choose a tag to compare

vibemaker-v1.0.27

28 May 17:49

Choose a tag to compare

vibemaker-v1.0.26

28 May 17:11

Choose a tag to compare

vibemaker-v1.0.25

28 May 17:05

Choose a tag to compare