PlayGram | Insta Auto Seguir/Desseguir
Esta extensao automatiza o processo de seguir/desseguir no Instagram
Was ist PlayGram | Insta Auto Seguir/Desseguir?
PlayGram | Insta Auto Seguir/Desseguir ist eine Chrome-Erweiterung, die von https://playgram.anunciosimperatriz.com entwickelt wurde, und ihr Hauptmerkmal ist "Esta extensao automatiza o processo de seguir/desseguir no Instagram".
Erweiterungsscreenshots
PlayGram | Insta Auto Seguir/Desseguir-Erweiterungs-CRX-Datei herunterladen
Laden Sie PlayGram | Insta Auto Seguir/Desseguir-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Esse "bot" pode seguir automaticamente todos os seguidores, seguidores, comentadores ou curtidores de alguém. O bot é atualizado…
Esse "bot" pode seguir automaticamente todos os seguidores, seguidores, comentadores ou curtidores de alguém.
O bot é atualizado com bastante frequência com novos recursos, e o desenvolvedor está sempre pronto para ajudar.
Possui filtros avançados para escolher quais tipos de contas seguir / deixar de seguir:
-Número mínimo e máximo de seguidores
-Número mínimo e máximo de seguintes
-Proporção mínima e máxima de seguidores para os seguintes
-Número mínimo e máximo de postagens
-Data mínima e máxima da última postagem
-A conta é verificada
-A conta não foi verificada Grundlegende Informationen zur Erweiterung
| Name | |
| ID | agicgnpahckingoemkehokdobmlckfoi |
| Offizielle URL | https://chrome.google.com/webstore/detail/playgram-insta-auto-segui/agicgnpahckingoemkehokdobmlckfoi |
| Beschreibung | Esta extensao automatiza o processo de seguir/desseguir no Instagram |
| Dateigröße | 2.46 MB |
| Installationsanzahl | 324 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2019-11-25 |
| Veröffentlichungsdatum | 2019-11-25 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://playgram.anunciosimperatriz.com |
| Zahlungsart | free |
| Hilfeseite URL | https://api.whatsapp.com/send?phone=5599991130902 |
| Unterstützte Sprachen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PlayGram | Insta Auto Seguir\/Desseguir",
"description": "Esta extensao automatiza o processo de seguir\/desseguir no Instagram",
"short_name": "PlayGram",
"version": "1.0.0",
"browser_action": {
"default_title": "PlayGram - Auto Insta",
"default_icon": "img\/in-progressx.png"
},
"icons": {
"128": "img\/in-progressx.png"
},
"permissions": [
"storage",
"tabs",
"alarms",
"unlimitedStorage",
"background",
"notifications",
"*:\/\/playgram.anunciosimperatriz.com\/*",
"*:\/\/*.instagram.com\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/playgram.anunciosimperatriz.com\/*"
]
},
"background": {
"scripts": [
"js\/jquery.js",
"js\/background.js"
],
"persistent": false
},
"web_accessible_resources": [
"img\/*",
"fonts\/*",
"js\/*",
"css\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"matches": [
"https:\/\/*.instagram.com\/*"
],
"js": [
"js\/jquery.js",
"js\/content.js"
],
"css": [
"css\/content.css"
]
}
]
} | |