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.

O que é perfect.is: Dating Site Search Engine?

perfect.is: Dating Site Search Engine é uma extensão do Chrome desenvolvida por https://perfect.is, e sua principal característica é "Use the perfect.is Dating Site search engine while you surf around. Works for any Dating Site, any language and any country.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão perfect.is: Dating Site Search Engine

Baixe arquivos de extensão perfect.is: Dating Site Search Engine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome perfect.is: Dating Site Search Engine perfect.is: Dating Site Search Engine
ID pcjblokaadbcmopeoimmnkbbhbpgjmlh
URL Oficial https://chrome.google.com/webstore/detail/perfectis-dating-site-sea/pcjblokaadbcmopeoimmnkbbhbpgjmlh
Descrição Use the perfect.is Dating Site search engine while you surf around. Works for any Dating Site, any language and any country.
Tamanho do Arquivo 405 KB
Contagem de Instalações 352
Versão Atual 1.5.4
Última Atualização 2019-05-12
Data de Publicação 2019-05-09
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor https://perfect.is
Tipo de Pagamento free
Idiomas Suportados 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'"
}