Buy mode
When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.
Buy mode란 무엇입니까?
Buy mode은(는) jbsiraudin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched."입니다.
확장 프로그램 스크린샷
Buy mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When entering Amazon, a small unfocused window is launched with the YouTube playlist of your choice : The Sims' Buy Mode, Nook Store Music, Wii Store Music. Icon Money by henrik lund mikkelsen from the Noun Project
확장 프로그램 기본 정보
이름 | Buy mode |
ID | chelhfjncfodagiaajlcedabncohepag |
공식 URL | https://chromewebstore.google.com/detail/buy-mode/chelhfjncfodagiaajlcedabncohepag |
설명 | When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched. |
파일 크기 | 9.21 KB |
설치 횟수 | 149 |
현재 버전 | 0.3 |
최근 업데이트 | 2019-08-07 |
출시 날짜 | 2019-08-06 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | jbsiraudin |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buy mode", "version": "0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_title": "Buy Mode", "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.at\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.au\/*" ], "all_frames": true, "js": [ "content_script.js" ] } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "manifest_version": 2, "incognito": "split" } |