Dating.Ru PRO

See all profile photos on search results, hide profiles and many other features Dating.Ru is missing!

Qu'est-ce que Dating.Ru PRO ?

Dating.Ru PRO est une extension Chrome développée par Swanky Puss Studio, et sa fonction principale est "See all profile photos on search results, hide profiles and many other features Dating.Ru is missing!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dating.Ru PRO

Téléchargez les fichiers d'extension Dating.Ru PRO 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

                        Добавляет невероятно полезные функции на сайт Dating.RU, а именно:
 - Отображать фото из анкет сразу на странице поиска
 - Кнопка отправки сообщения сразу на странице поиска
 - Возможность скрывать выбранные анкеты из результатов поиска
 - Отображать ранее скрытые анкеты

Приятного общения!                    

Informations de Base sur l'Extension

Nom Dating.Ru PRO Dating.Ru PRO
ID mbnlkmelackgaoeligfgpjmicjgalnkb
URL Officiel https://chromewebstore.google.com/detail/datingru-pro/mbnlkmelackgaoeligfgpjmicjgalnkb
Description See all profile photos on search results, hide profiles and many other features Dating.Ru is missing!
Taille du Fichier 299 KB
Nombre d'Installations 19
Version Actuelle 1.0.3
Dernière Mise à Jour 2020-09-15
Date de Publication 2020-09-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur Swanky Puss Studio
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.3",
    "description": "__MSG_description__",
    "icons": {
        "128": "content\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/dating.ru\/search.php*"
            ],
            "css": [
                "content\/dsmart.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/dating.ru\/search.php*"
            ],
            "js": [
                "scripts\/jquery-3.3.1.js",
                "scripts\/custom-events.js",
                "scripts\/templates.js",
                "scripts\/dynamic-ui.js",
                "content_scripts\/search.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "content\/*.*",
        "scripts\/*.*",
        "inject_scripts\/*.*"
    ],
    "default_locale": "ru",
    "manifest_version": 2
}