EasyPosting
EasyPosting
Qu'est-ce que EasyPosting ?
EasyPosting est une extension Chrome développée par EasyPosting, et sa fonction principale est "EasyPosting".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EasyPosting
Téléchargez les fichiers d'extension EasyPosting 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
Easyposting Расширение позволяет создавать профили в браузере, прописать к каждому профилю свои прокси, присвоить свою локацию и системное время. Так же к каждому профили куки для сайта Авто и Циан будут сохраняться отдельно. Таким образом при помощи расширения Вам можно создавать несколько учётных записей на Авто, Циане и Юле и работать с разными аккаунтами что бы они ни как не пересекались между собой!
Informations de Base sur l'Extension
Nom | |
ID | accgfkpafjdejekdgbacekafgpncgekm |
URL Officiel | https://chromewebstore.google.com/detail/easyposting/accgfkpafjdejekdgbacekafgpncgekm |
Description | EasyPosting |
Taille du Fichier | 431 KB |
Nombre d'Installations | 33 |
Version Actuelle | 3.2.36 |
Dernière Mise à Jour | 2020-02-10 |
Date de Publication | 2020-02-10 |
Développeur | EasyPosting |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://brigadir7.ru/privacypolicy |
Langues Prises en Charge | en |
manifest.json | |
{ "author": "sergeyglobov", "background": { "persistent": true, "scripts": [ "background.min.js", "js\/moment.js", "js\/moment-timezone-with-data.js", "js\/offsets.js", "js\/resolve.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup.html", "default_title": "Account profiles" }, "web_accessible_resources": [ "js\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "js\/seedrandom.min.js", "content.min.js", "js\/update-content.js" ], "matches": [ "*:\/\/avito.ru\/*", "*:\/\/*.avito.ru\/*", "*:\/\/avito.st\/*", "*:\/\/*.avito.st\/*", "*:\/\/whatleaks.com\/*", "*:\/\/*.whatleaks.com\/*", "*:\/\/browserleaks.com\/*", "*:\/\/*.browserleaks.com\/*", "*:\/\/whoer.net\/*", "*:\/\/*.whoer.net\/*", "*:\/\/2ip.ru\/*", "*:\/\/*.2ip.ru\/*", "*:\/\/f.vision\/*", "*:\/\/*.f.vision\/*", "*:\/\/mail.ru\/*", "*:\/\/*.mail.ru\/*", "*:\/\/yandex.ru\/*", "*:\/\/*.yandex.ru\/*", "*:\/\/rambler.ru\/*", "*:\/\/*.rambler.ru\/*", "*:\/\/browserspy.dk\/*", "*:\/\/*.browserspy.dk\/*", "*:\/\/easy-posting.ru\/*", "*:\/\/auto.ru\/*", "*:\/\/*.auto.ru\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "js\/inject.js" ], "match_about_blank": true, "matches": [ "*:\/\/avito.ru\/*", "*:\/\/*.avito.ru\/*", "*:\/\/avito.st\/*", "*:\/\/*.avito.st\/*", "*:\/\/whatleaks.com\/*", "*:\/\/*.whatleaks.com\/*", "*:\/\/browserleaks.com\/*", "*:\/\/*.browserleaks.com\/*", "*:\/\/whoer.net\/*", "*:\/\/*.whoer.net\/*", "*:\/\/2ip.ru\/*", "*:\/\/*.2ip.ru\/*", "*:\/\/f.vision\/*", "*:\/\/*.f.vision\/*", "*:\/\/mail.ru\/*", "*:\/\/*.mail.ru\/*", "*:\/\/yandex.ru\/*", "*:\/\/*.yandex.ru\/*", "*:\/\/rambler.ru\/*", "*:\/\/*.rambler.ru\/*", "*:\/\/browserspy.dk\/*", "*:\/\/*.browserspy.dk\/*", "*:\/\/easy-posting.ru\/*", "*:\/\/auto.ru\/*", "*:\/\/*.auto.ru\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/ajax.googleapis.com https:\/\/maps.gstatic.com https:\/\/mts0.googleapis.com https:\/\/mts1.googleapis.com; object-src 'self'", "default_locale": "en", "description": "EasyPosting", "homepage_url": "http:\/\/easy-posting.ru", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon48.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "EasyPosting", "options_page": "options.html", "permissions": [ "cookies", "*:\/\/avito.ru\/*", "*:\/\/*.avito.ru\/*", "*:\/\/avito.st\/*", "*:\/\/*.avito.st\/*", "*:\/\/whatleaks.com\/*", "*:\/\/*.whatleaks.com\/*", "*:\/\/browserleaks.com\/*", "*:\/\/*.browserleaks.com\/*", "*:\/\/whoer.net\/*", "*:\/\/*.whoer.net\/*", "*:\/\/2ip.ru\/*", "*:\/\/*.2ip.ru\/*", "*:\/\/f.vision\/*", "*:\/\/*.f.vision\/*", "*:\/\/mail.ru\/*", "*:\/\/*.mail.ru\/*", "*:\/\/yandex.ru\/*", "*:\/\/*.yandex.ru\/*", "*:\/\/rambler.ru\/*", "*:\/\/*.rambler.ru\/*", "*:\/\/browserspy.dk\/*", "*:\/\/*.browserspy.dk\/*", "*:\/\/easy-posting.ru\/*", "*:\/\/auto.ru\/*", "*:\/\/*.auto.ru\/*", "webRequestBlocking", "storage", "notifications", "proxy", "privacy", "webRequest", "tabs", "geolocation", "webNavigation", "contextMenus" ], "short_name": "__MSG_appName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.2.36" } |