NinjaLeads.co
NinjaLeads.co extension
What is NinjaLeads.co?
NinjaLeads.co is a Chrome extension developed by NinjaLeads, and its main feature is "NinjaLeads.co extension".
Extension Screenshots
Download NinjaLeads.co Extension CRX File
Download NinjaLeads.co 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
This Chrome extension makes it easier to work with NinjaLeads by retrieving your cookie data, this way you don't have to do it manually. Here's how it works: - Install the extension. - Make sure to be logged into your Instagram account using the Google Chrome browser. - Open the extension by clicking on the Ninja icon. - If you want that NinjaLeads.co uses proxies during the automation progress, make sure to fill out the proxy field in the chrome extension. - Choose your Ninja (Instagram...). - Press ""Copy to Clipboard". - Paste the cookies into the Value field (Accounts tab of NinjaLeads.co) That's it! Have questions? If you have any question about this extension, feel free to send us an email at [email protected] or contact us via our live chat.
Extension Basic Information
Name | |
ID | ojbmhlplbolcdnnljedpkhbcicijlaik |
Official URL | https://chromewebstore.google.com/detail/ninjaleadsco/ojbmhlplbolcdnnljedpkhbcicijlaik |
Description | NinjaLeads.co extension |
File Size | 50.28 KB |
Installation Count | 26 |
Current Version | 0.3 |
Last Updated | 2020-09-23 |
Publish Date | 2020-07-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | NinjaLeads |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ninjaleads.co/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NinjaLeads.co", "description": "NinjaLeads.co extension", "version": "0.3", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "permissions": [ "cookies", "*:\/\/*.instagram.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.youtube.com\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" } } |