Your OKC Match Favorites

Get the top books, movies, musicians, show, and foods that your top matches on OKCupid are into.

Your OKC Match Favoritesคืออะไร?

Your OKC Match Favorites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Beau และคุณลักษณะหลักของมันคือ "Get the top books, movies, musicians, show, and foods that your top matches on OKCupid are into."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Your OKC Match Favorites

ดาวน์โหลดไฟล์ส่วนขยาย Your OKC Match Favorites ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get book, movie, music, show & food ideas by compiling a list the ones your top matches on OK Cupid say are their favorites!

*****WARNING: This app is only recommended for A-List members since it will view everyone's profile and that might be a bit spammy unless you're browsing invisibly*****

Simply install the extension, then on your OKC match pages you'll see a new button next to "Search" and "Clear" saying "Get faves". Once you've setup match filters you can click that button and after a few seconds (or minutes depending on how many profiles you want indexed) it'll give you some lists of books/movies/music/shows/food.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Your OKC Match Favorites Your OKC Match Favorites
ID ikdcijgklflibmgcocokdeckojpbahdf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/your-okc-match-favorites/ikdcijgklflibmgcocokdeckojpbahdf
คำอธิบาย Get the top books, movies, musicians, show, and foods that your top matches on OKCupid are into.
ขนาดไฟล์ 507 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2015-05-15
วันที่เผยแพร่ 2015-05-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Beau
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Your OKC Match Favorites",
    "description": "Get the top books, movies, musicians, show, and foods that your top matches on OKCupid are into.",
    "version": "0.0.0.3",
    "permissions": [
        "activeTab",
        "https:\/\/www.okcupid.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.okcupid.com\/match*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "57": "icon-57x57.png",
        "64": "icon-64x64.png",
        "72": "icon-72x72.png",
        "114": "icon-114x114.png",
        "128": "icon-128x128.png",
        "144": "icon-144x144.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    }
}