EasyPosting
EasyPosting
What is EasyPosting?
EasyPosting is a Chrome extension developed by EasyPosting, and its main feature is "EasyPosting".
Extension Screenshots
Download EasyPosting Extension CRX File
Download EasyPosting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easyposting Расширение позволяет создавать профили в браузере, прописать к каждому профилю свои прокси, присвоить свою локацию и системное время. Так же к каждому профили куки для сайта Авто и Циан будут сохраняться отдельно. Таким образом при помощи расширения Вам можно создавать несколько учётных записей на Авто, Циане и Юле и работать с разными аккаунтами что бы они ни как не пересекались между собой!
Extension Basic Information
Name | |
ID | accgfkpafjdejekdgbacekafgpncgekm |
Official URL | https://chromewebstore.google.com/detail/easyposting/accgfkpafjdejekdgbacekafgpncgekm |
Description | EasyPosting |
File Size | 431 KB |
Installation Count | 33 |
Current Version | 3.2.36 |
Last Updated | 2020-02-10 |
Publish Date | 2020-02-10 |
Developer | EasyPosting |
Payment Type | free |
Privacy Policy Page URL | http://brigadir7.ru/privacypolicy |
Supported Languages | 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" } |