Mass Follow for Twitter
A Complete Twitter Automation Tool
Что такое Mass Follow for Twitter?
Mass Follow for Twitter - это расширение Chrome, разработанное massfollow.io, и его основная функция - "A Complete Twitter Automation Tool".
Снимки экрана расширения
Скачать файл CRX расширения Mass Follow for Twitter
Скачайте файлы расширений Mass Follow for Twitter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Mass Follow is the best tool available for growing your following on Twitter. We fixed what all of the other competitors were doing wrong and created something really valuable and useful. Fully customizable, automated, safe, and extremely easy to use.
Основная информация о расширении
Название | |
ID | egcdicgpcilaminjgbeinfbcbmlkncmp |
Официальный URL | https://chrome.google.com/webstore/detail/mass-follow-for-twitter/egcdicgpcilaminjgbeinfbcbmlkncmp |
Описание | A Complete Twitter Automation Tool |
Размер файла | 57.45 KB |
Количество установок | 1,000 |
Текущая Версия | 1.1 |
Последнее Обновление | 2020-05-23 |
Дата публикации | 2020-05-23 |
Рейтинг | 4.00/5 Всего 8 оценок |
Разработчик | massfollow.io |
Тип оплаты | free |
Официальный сайт расширения | https://massfollow.io/ |
URL страницы помощи | https://massfollow.io/ |
URL страницы политики конфиденциальности | http://massfollow.io |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mass Follow for Twitter", "version": "1.1", "minimum_chrome_version": "49.0.0.0", "description": "A Complete Twitter Automation Tool", "homepage_url": "https:\/\/massfollow.io", "author": "Mass Follow Team", "permissions": [ "storage", "https:\/\/twitter.com\/*", "unlimitedStorage", "https:\/\/massfollow.io\/" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "class_list.js", "extension.js" ], "css": [ "extension.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "extension.html" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |