Lucky Lottery - Win money by using Amazon
Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!
Lucky Lottery - Win money by using Amazon란 무엇입니까?
Lucky Lottery - Win money by using Amazon은(는) Jamie Farrelly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!"입니다.
확장 프로그램 스크린샷
Lucky Lottery - Win money by using Amazon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Amazon is one of the most popular sites on the internet, so I've decided to make this Chrome extension which gives you the chance to win big money at the end of each month, all by using Amazon as you'd normally do! The extension changes all Amazon (both US and UK) links in your browser to use a special link which allows us to receive commission. At the end of the month, this commission is added up and one lucky user who has purchased something from Amazon will get all of the commission. The more people that use the extension, the higher the prize pool will be, it's that simple. Note: Please tweet @LotteryAmazon the time that you've completed your order and we'll give you one ticket in to the draw. Good luck!
확장 프로그램 기본 정보
이름 | Lucky Lottery - Win money by using Amazon |
ID | gmcldgchlmodejkhjanhakjkcpdgklak |
공식 URL | https://chromewebstore.google.com/detail/lucky-lottery-win-money-b/gmcldgchlmodejkhjanhakjkcpdgklak |
설명 | Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month! |
파일 크기 | 22.88 KB |
설치 횟수 | 39 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2015-01-25 |
출시 날짜 | 2015-01-25 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Jamie Farrelly |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lucky Lottery - Win money by using Amazon", "version": "0.0.1", "description": "Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "background.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19-on.png", "default_title": "Toggle Lucky Lottery" } } |