Carolla Digital Amazon Redirect
Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
Carolla Digital Amazon Redirect란 무엇입니까?
Carolla Digital Amazon Redirect은(는) contactcollin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast."입니다.
확장 프로그램 스크린샷
Carolla Digital Amazon Redirect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of having to remember to click through the Amzon banner at adamcarolla.com? Install this extension and all you will have to do is type in amazon.com, and it is just like you clicked through the banner! Better yet, use the Options page to choose which Carolla Digital podcast you want to support. Let's keep the wind in the sails of the pirate ship!
확장 프로그램 기본 정보
이름 | Carolla Digital Amazon Redirect |
ID | ohmnnlaohkflbfmpbnnennjdgbgpnjnc |
공식 URL | https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc |
설명 | Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast. |
파일 크기 | 15.4 KB |
설치 횟수 | 19 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2013-09-01 |
출시 날짜 | 2013-08-31 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | contactcollin |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Carolla Digital Amazon Redirect", "version": "1.1.2", "description": "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "page_action": { "default_icon": "icon19.png", "default_title": "CDAR" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.amazon.com\/" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |