CupidArrows
This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.
CupidArrows là gì?
CupidArrows là một tiện ích mở rộng Chrome được phát triển bởi CupidArrows, và tính năng chính của nó là "This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CupidArrows
Tải xuống các tệp mở rộng CupidArrows dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CupidArrows |
ID | agfkhbdabpijdopjjemfknfejjdidnhk |
URL Chính Thức | https://chromewebstore.google.com/detail/cupidarrows/agfkhbdabpijdopjjemfknfejjdidnhk |
Mô tả | This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users. |
Kích Thước Tệp | 294 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2013-11-07 |
Ngày Phát Hành | 2013-11-07 |
Đánh Giá | 3.40/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | CupidArrows |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |