Tweet Peep 👀
Peep Thoughts on Twitter
Tweet Peep 👀란 무엇입니까?
Tweet Peep 👀은(는) https://glasp.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Peep Thoughts on Twitter"입니다.
확장 프로그램 스크린샷
Tweet Peep 👀 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tweet Peep 👀 gives you instant, one-click access to what other people are saying about the articles and videos you're browsing.
확장 프로그램 기본 정보
이름 | Tweet Peep 👀 |
ID | naajicfpnocgkefffkgekndknlifgagb |
공식 URL | https://chromewebstore.google.com/detail/tweet-peep-%F0%9F%91%80/naajicfpnocgkefffkgekndknlifgagb |
설명 | Peep Thoughts on Twitter |
파일 크기 | 26.24 KB |
설치 횟수 | 214 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2023-08-25 |
출시 날짜 | 2021-02-23 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://glasp.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.notion.so/Tweet-Peep-809e1c498f8a4e0889d2a82baf4dfcb1 |
개인정보 보호 정책 페이지 URL | https://www.glasp.co/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Peep \ud83d\udc40", "version": "1.1.3", "manifest_version": 3, "description": "Peep Thoughts on Twitter", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "48": "src\/images\/48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/contentscript\/content.js" ], "all_frames": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "src\/images\/16.png", "48": "src\/images\/48.png", "128": "src\/images\/128.png" }, "permissions": [ "tabs", "contextMenus" ] } |