Instafollow
Adds or remove instagram followers in bulk
Что такое Instafollow?
Instafollow - это расширение Chrome, разработанное Dovmary, и его основная функция - "Adds or remove instagram followers in bulk".
Снимки экрана расширения
Скачать файл CRX расширения Instafollow
Скачайте файлы расширений Instafollow в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A free instagram add and remove followers button.
Add multiple instagram followers at once.
Remove multiple instagram followers at once Основная информация о расширении
| Название | |
| ID | gihfglmnhbebbdgonelahecahfagpenb |
| Официальный URL | https://chromewebstore.google.com/detail/instafollow/gihfglmnhbebbdgonelahecahfagpenb |
| Описание | Adds or remove instagram followers in bulk |
| Размер файла | 12.42 KB |
| Количество установок | 49 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2023-11-24 |
| Дата публикации | 2023-11-24 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Dovmary |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Instafollow",
"description": "Adds or remove instagram followers in bulk",
"version": "1.0",
"action": {
"default_popup": "FE.html",
"default_icon": "image\/logo.jpg"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"js": [
"Content.js"
],
"matches": [
"https:\/\/www.instagram.com\/*"
],
"css": [
"index.css"
]
}
]
} | |