Simple Love

Enhance your online dating with various features, overcome the competition, and find your true love!

Τι είναι το Simple Love;

Το Simple Love είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον msh, και η κύρια λειτουργία του είναι "Enhance your online dating with various features, overcome the competition, and find your true love!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Simple Love

Λήψη αρχείων επέκτασης Simple Love σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tired of looking for matches all day?
Want to improve your online dating experience?

We're here for you!

Simple Love will enhance your online dating experience by adding many cool features such as auto like,
additional valuable user info, and much more to come!

Install us now and stay tune, and please let us know what are the features you would like to see in our next versions

Currently working on a full extensive dashboard for Tinder, so you can easily manage your likes,
sort your matches by distance (and more), and never miss a message again!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Simple Love Simple Love
ID nkceoapmphldelddjglplalgejmfpjcf
Επίσημο URL https://chrome.google.com/webstore/detail/simple-love/nkceoapmphldelddjglplalgejmfpjcf
Περιγραφή Enhance your online dating with various features, overcome the competition, and find your true love!
Μέγεθος Αρχείου 1.24 MB
Αριθμός Εγκαταστάσεων 66
Τρέχουσα Έκδοση 1.0.15
Τελευταία Ενημέρωση 2019-04-30
Ημερομηνία Δημοσίευσης 2019-04-30
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής msh
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Love",
    "version": "1.0.15",
    "description": "Enhance your online dating with various features, overcome the competition, and find your true love!",
    "permissions": [
        "https:\/\/tinder.com\/*",
        "https:\/\/okcupid.com\/*",
        "storage",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.okcupid.com\/profile\/*"
            ],
            "js": [
                "okc\/profile.js"
            ],
            "css": [
                "okc\/profile.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.okcupid.com\/doubletake"
            ],
            "js": [
                "okc\/doubletake.js"
            ],
            "css": [
                "okc\/doubletake.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "js": [
                "tinder\/like.js"
            ],
            "css": [
                "tinder\/like.css"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/logo_16.png",
            "24": "images\/logo_24.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "icons": {
        "16": "images\/logo_16.png",
        "24": "images\/logo_24.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "web_accessible_resources": [
        "static\/automatch_inside_48.png",
        "static\/automatch_arrows_48.png",
        "static\/tinder_automatch_off.png",
        "static\/tinder_automatch_on.png"
    ],
    "manifest_version": 2
}