Profitable CharmDate
Simplifies and automates routine processes on CharmDate
Qu'est-ce que Profitable CharmDate ?
Profitable CharmDate est une extension Chrome développée par Unnamed, et sa fonction principale est "Simplifies and automates routine processes on CharmDate".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Profitable CharmDate
Téléchargez les fichiers d'extension Profitable CharmDate 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
С этим дополнением вы забудете о рутинных рассылках инвайтов в чате, о рассылках писем вручную и еще о многом другом. Дополнение расширяет возможности как для анкет девушек так и для администрации. - Удобное управление всеми анкетами (мониторинг отправленных инвайтов, писем, кредитов и всего-всего) - Автоматическая рассылка инвайтов в чате (с возможностью вставки личных данных) - Массовые рассылки писем, эдмаеров и всего что только можно рассылать Усовершенствованные алгоритмы поиска мужчин! Теперь программа работает еще эффективнее и приносит еще больший доход. Программа постоянно обновляется и улучшается. Если у вас есть какие-то предложения, сообщайте, всегда рады вам помочь!
Informations de Base sur l'Extension
Nom | |
ID | mhjbbjcckjbgpifjnbgcjmlnacmnigmd |
URL Officiel | https://chrome.google.com/webstore/detail/profitable-charmdate/mhjbbjcckjbgpifjnbgcjmlnacmnigmd |
Description | Simplifies and automates routine processes on CharmDate |
Taille du Fichier | 1.02 MB |
Nombre d'Installations | 27 |
Version Actuelle | 4.21 |
Dernière Mise à Jour | 2019-11-19 |
Date de Publication | 2019-11-15 |
Développeur | Unnamed |
Type de Paiement | free |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Profitable CharmDate", "description": "Simplifies and automates routine processes on CharmDate", "version": "4.21", "author": "Bogdan", "icons": { "128": "\/dist\/128.png", "48": "\/dist\/48.png", "16": "\/dist\/16.png" }, "permissions": [ "https:\/\/charmingdate.ru\/*", "http:\/\/charmingdate.ru\/*", "tabs", "notifications", "power" ], "content_scripts": [ { "matches": [ "https:\/\/*.charmdate.com\/*", "http:\/\/*.charmdate.com\/*" ], "js": [ "\/dist\/pollyfill.js", "\/dist\/jquery.js", "\/dist\/lscache.js", "\/dist\/chart.js", "\/dist\/moment.js", "\/dist\/angular.js", "\/dist\/content-script.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "\/dist\/pollyfill.js", "\/dist\/jquery.js", "\/dist\/background.js" ], "persistent": true }, "browser_action": { "default_title": "CharmDate" } } |