perfect.is: Dating Site Search Engine

Use the perfect.is Dating Site search engine while you surf around. Works for any Dating Site, any language and any country.

Qu'est-ce que perfect.is: Dating Site Search Engine ?

perfect.is: Dating Site Search Engine est une extension Chrome développée par https://perfect.is, et sa fonction principale est "Use the perfect.is Dating Site search engine while you surf around. Works for any Dating Site, any language and any country.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension perfect.is: Dating Site Search Engine

Téléchargez les fichiers d'extension perfect.is: Dating Site Search Engine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Have you ever registered on a dating site, where was written, it´s free to register? But when you wanted to write some other member a message the payment wall went up. 

With over 50000 dating sites & apps available, often targeting different languages, countries and niches (like certain religion, age groups, hobbies, etc.) it can be overwhelming to choice the best dating site for your specific needs.

The perfect.is toolbar provides you access to the dating site search engine perfect.is. Without leaving the page you can see immediately the key facts about any dating site (no matter if these are popular sites like Tinder, OKCupid, Pof, eharmony, AdultFriendFinder or small site).

Also, during search the toolbar displays some additional icons, so you see right away, which search result are dating site or dating review sites.

Some dating sites are stating in their Terms of Service (ToS), that they are using artificial users, that are sending fake messages to lure you into payments on the dating site. With the perfect.is toolbar you see that with 1 mouse click and never need to study long and complicated Terms of Service (ToS) from any dating site, because the team from perfect.is already did that for you.


Google and the Google logo are registered trademarks of Google LLC, used with permission.                    

Informations de Base sur l'Extension

Nom perfect.is: Dating Site Search Engine perfect.is: Dating Site Search Engine
ID pcjblokaadbcmopeoimmnkbbhbpgjmlh
URL Officiel https://chrome.google.com/webstore/detail/perfectis-dating-site-sea/pcjblokaadbcmopeoimmnkbbhbpgjmlh
Description Use the perfect.is Dating Site search engine while you surf around. Works for any Dating Site, any language and any country.
Taille du Fichier 405 KB
Nombre d'Installations 352
Version Actuelle 1.5.4
Dernière Mise à Jour 2019-05-12
Date de Publication 2019-05-09
Évaluation 3.50/5 Total 2 Évaluations
Développeur https://perfect.is
Type de Paiement free
Langues Prises en Charge ms,de,en,fr,nl,no,tr,da,et,es,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifestName__",
    "manifest_version": 2,
    "version": "1.5.4",
    "description": "__MSG_manifestDescription__",
    "author": "__MSG_manifestAuthor__",
    "icons": {
        "16": "image\/icon16.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "image\/button-notindb.png"
        }
    },
    "background": {
        "scripts": [
            "js\/punycode.js",
            "js\/perfectis.js",
            "js\/genlib.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*.google.*\/search*"
            ],
            "css": [
                "css\/search.css",
                "css\/google.css"
            ],
            "js": [
                "js\/punycode.js",
                "js\/genlib.js",
                "js\/search.js",
                "js\/google.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*.bing.com\/search*"
            ],
            "css": [
                "css\/search.css",
                "css\/bing.css"
            ],
            "js": [
                "js\/punycode.js",
                "js\/genlib.js",
                "js\/search.js",
                "js\/bing.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.search.yahoo.com\/search*"
            ],
            "css": [
                "css\/search.css",
                "css\/yahoo.css"
            ],
            "js": [
                "js\/punycode.js",
                "js\/genlib.js",
                "js\/search.js",
                "js\/yahoo.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*yandex.*\/search\/*"
            ],
            "css": [
                "css\/search.css",
                "css\/yandex.css"
            ],
            "js": [
                "js\/punycode.js",
                "js\/genlib.js",
                "js\/search.js",
                "js\/yandex.js"
            ]
        },
        {
            "matches": [
                "*:\/\/duckduckgo.com\/?q=*"
            ],
            "css": [
                "css\/search.css",
                "css\/duckduckgo.css"
            ],
            "js": [
                "js\/punycode.js",
                "js\/genlib.js",
                "js\/search.js",
                "js\/duckduckgo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ask.com\/web?*",
                "https:\/\/www.ask.jp\/web?*"
            ],
            "css": [
                "css\/search.css",
                "css\/ask.css"
            ],
            "js": [
                "js\/punycode.js",
                "js\/genlib.js",
                "js\/search.js",
                "js\/ask.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/afs\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/search.css",
                "css\/googlead.css"
            ],
            "js": [
                "js\/punycode.js",
                "js\/genlib.js",
                "js\/search.js",
                "js\/googlead.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.qwant.com\/*"
            ],
            "css": [
                "css\/search.css",
                "css\/qwant.css"
            ],
            "js": [
                "js\/punycode.js",
                "js\/genlib.js",
                "js\/search.js",
                "js\/qwant.js"
            ]
        },
        {
            "matches": [
                "*:\/\/suche.web.de\/web*"
            ],
            "css": [
                "css\/search.css",
                "css\/webde.css"
            ],
            "js": [
                "js\/punycode.js",
                "js\/genlib.js",
                "js\/search.js",
                "js\/webde.js"
            ]
        },
        {
            "matches": [
                "*:\/\/suche.t-online.de\/fast-cgi\/tsc?*"
            ],
            "css": [
                "css\/search.css",
                "css\/tonline.css"
            ],
            "js": [
                "js\/punycode.js",
                "js\/genlib.js",
                "js\/search.js",
                "js\/tonline.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "clipboardWrite",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "image\/icon16.png",
        "image\/icon48.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}