CupidArrows
This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.
CupidArrows란 무엇입니까?
CupidArrows은(는) CupidArrows에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users."입니다.
확장 프로그램 스크린샷
CupidArrows 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Wish you could get more visitors to your OkCupid profile? This extension visits and crawls hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users. More visibility = more visits. It's been shown that when you message people who have first visited your profile, your reply back rate jumps from 1% to 33%. There's also an option to automatically give every profile a 5 star rating. *** How to use *** 1. Install the extension 2. Make sure you have already logged in at okcupid.com 3. Click the "Crawl" button in the extension Boost your online dating results by letting Cupid Arrows do the manual browsing work for you!
확장 프로그램 기본 정보
이름 | CupidArrows |
ID | agfkhbdabpijdopjjemfknfejjdidnhk |
공식 URL | https://chromewebstore.google.com/detail/cupidarrows/agfkhbdabpijdopjjemfknfejjdidnhk |
설명 | This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users. |
파일 크기 | 294 KB |
설치 횟수 | 100 |
현재 버전 | 0.2 |
최근 업데이트 | 2013-11-07 |
출시 날짜 | 2013-11-07 |
평점 | 3.40/5 총 10 개의 평점 |
개발자 | CupidArrows |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CupidArrows", "version": "0.2", "manifest_version": 2, "description": "This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/128.png", "38": "icons\/128.png" }, "default_title": "Cupid Arrows", "default_popup": "fragments\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.okcupid.com\/*" ], "js": [ "lib\/jquery-1.8.3.min.js", "scripts\/main.js" ] } ], "icons": { "128": "icons\/128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |