PIP Buddy - Your friendly Picture in Picture
The only Picture in Picture extension you will ever need
PIP Buddy - Your friendly Picture in Picture란 무엇입니까?
PIP Buddy - Your friendly Picture in Picture은(는) 010pixel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The only Picture in Picture extension you will ever need"입니다.
확장 프로그램 스크린샷
PIP Buddy - Your friendly Picture in Picture 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PIP Buddy: Your friendly Picture in Picture FEATURES: - Automatically show Picture in Picture for videos when the tab is changed or toggled to another software TROUBLESHOOTING: - In case the extension doesn't work, try again after refreshing the page - In case the Picture in Picture doesn't start, Just CLICK ANYWHERE in the page. WHAT IF I SEE A RED CROSS BADGE? - It means the system requires action from user, so by simply clicking anywhere in the page or clicking the badge will continue the picture in picture. WHAT DOES THE BADGE ICON MEAN? - If the icon shows GREEN square in it, it means the Picture in Picture is active - If the icon shows RED square in it, it means the Picture in Picture is not active WORKS ON: - The sites listed in Options page. By installing this item, you agree to the Terms of Service and Privacy Policy at https://privacy.010pixel.com/chrome/pip-buddy/ Disclaimer: This extension is not affiliated and/or endorsed by any of the sites above and in the screenshots. Support this extension: https://coffee.010pixel.com v.1.0.0: (2020/05/31) - Initial upload v.1.0.1: (2020/06/02) - Solved issue of Picture in Picture not starting automatically v.1.1.0: (2020/06/09) - Added option to opt-out of Google Analytics
확장 프로그램 기본 정보
이름 | PIP Buddy - Your friendly Picture in Picture |
ID | jddigbonbobbfkgbebpmpffppmgmnnoa |
공식 URL | https://chromewebstore.google.com/detail/pip-buddy-your-friendly-p/jddigbonbobbfkgbebpmpffppmgmnnoa |
설명 | The only Picture in Picture extension you will ever need |
파일 크기 | 218 KB |
설치 횟수 | 523 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2020-06-20 |
출시 날짜 | 2020-06-19 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | 010pixel |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://privacy.010pixel.com/chrome/pip-buddy/ |
도움말 페이지 URL | http://privacy.010pixel.com/chrome/pip-buddy/ |
개인정보 보호 정책 페이지 URL | https://privacy.010pixel.com/chrome |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PIP Buddy - Your friendly Picture in Picture", "short_name": "PIP Buddy", "description": "The only Picture in Picture extension you will ever need", "version": "1.1.0", "author": "010 Pixel", "permissions": [ "*:\/\/*\/*", "storage" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png" }, "default_title": "PIP Buddy" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/meet.google.com\/**-**-**", "*:\/\/us04web.zoom.us\/wc\/*\/start", "*:\/\/*.youtube.com\/*", "*:\/\/*.netflix.com\/*", "*:\/\/*.erosnow.com\/*", "*:\/\/*.ted.com\/talks\/*", "*:\/\/vimeo.com\/*", "*:\/\/*.dailymotion.com\/*", "*:\/\/*.metacafe.com\/watch\/*", "*:\/\/*.veoh.com\/*", "*:\/\/*.twitch.tv\/*" ], "js": [ "js\/_myapp.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png" } } |