Followers Remover
Mass remove followers on Instagram
什麼是Followers Remover?
Followers Remover是由https://www.invertexto.com開發的Chrome擴展程式,該擴展的主要功能是“Mass remove followers on Instagram”。
擴展截圖
下載Followers Remover擴展crx文件
下載Followers Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automate the process of removing followers on Instagram whom you do not follow. Ideal for those who need to make a profile more private or remove fake followers. With this tool, it is possible to remove between 100 and 200 followers per day. Unfortunately, Instagram has limits, and these limits vary from account to account. For this reason, we have restricted the processing time and the number of removals. We recommend using the extension with moderation to ensure its continuous functionality.
擴展基本資訊
名稱 | Followers Remover |
ID | gapabilhjhlfpflnkjmckcejcjfponbe |
官方網址 | https://chromewebstore.google.com/detail/followers-remover/gapabilhjhlfpflnkjmckcejcjfponbe |
簡介 | Mass remove followers on Instagram |
檔案大小 | 28.37 KB |
安裝次數 | 73 |
目前版本 | 1.0.3 |
更新時間 | 2024-03-02 |
上架時間 | 2024-01-16 |
評分 | 1.00/5 共 1 次評分 |
開發者 | https://www.invertexto.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.invertexto.com/politica-privacidade-extensoes |
支援的語言 | en,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.3", "manifest_version": 3, "permissions": [ "scripting", "storage", "unlimitedStorage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.invertexto.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |