Mia's Fire Dates

Get the dates on Tinder you want without having to put in the hours of work swiping and chatting. How it works: 1. Download the…

Τι είναι το Mia's Fire Dates;

Το Mia's Fire Dates είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mia's Fire Dates, και η κύρια λειτουργία του είναι "Get the dates on Tinder you want without having to put in the hours of work swiping and chatting. How it works: 1. Download the…".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Mia's Fire Dates

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

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

                        Get the dates on Tinder you want without having to put in the hours of work swiping and chatting.

How it works:
1. Download the Mia's Fire Date's Chrome Extension
2. Pick from one of your favorite dating apps
3. Start automatically swiping using our custom algorithm

Hi there, I'm Mia Khalifa
AND I'M GOING TO FIND YOU A DATE!
Some people spend so much of their time on apps like Tinder and Bumble to get lucky while others try the online route to find love. I was the same way, I know hard to believe if you know anything about me, but it was fun for me...until I couldn’t find a way to filter out all the terrible matches. When I couldn’t find one...I created one: SmartMatch™. A tool to help filter & match with the right people!, my goal is simple: finding you a GREAT date. Why spend hours of your time without the guarantee of even getting a single match! I worked with a team of tech developers to create an A.I. technology that quickly matches you with your ideal match material based on your own dating preferences so you have at least one match to take on a date every week.

I got so much great feedback, I decided why not save people time and get them a date myself!                    

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

Όνομα Mia's Fire Dates Mia's Fire Dates
ID mfmmgonlgejopjmndgfjbfonocndlnac
Επίσημο URL https://chrome.google.com/webstore/detail/mias-fire-dates/mfmmgonlgejopjmndgfjbfonocndlnac
Περιγραφή Get the dates on Tinder you want without having to put in the hours of work swiping and chatting. How it works: 1. Download the…
Μέγεθος Αρχείου 3.31 MB
Αριθμός Εγκαταστάσεων 291
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2020-01-04
Ημερομηνία Δημοσίευσης 2020-01-03
Αξιολόγηση 1.81/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής Mia's Fire Dates
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου https://www.miasfiredates.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mia's Fire Dates",
    "version": "2.0.2",
    "permissions": [
        "tabs",
        "clipboardRead",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "menu.html"
    },
    "background": {
        "scripts": [
            "background.build.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "js": [
                "stripe-v3.lib.js",
                "content-tinder.build.js"
            ]
        },
        {
            "matches": [
                "https:\/\/bumble.com\/*"
            ],
            "js": [
                "stripe-v3.lib.js",
                "content-bumble.build.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.jpg",
        "*.png"
    ]
}