PlayGram | Insta Auto Seguir/Desseguir
Esta extensao automatiza o processo de seguir/desseguir no Instagram
Wat is PlayGram | Insta Auto Seguir/Desseguir?
PlayGram | Insta Auto Seguir/Desseguir is een Chrome-extensie ontwikkeld door https://playgram.anunciosimperatriz.com, en de belangrijkste functie is "Esta extensao automatiza o processo de seguir/desseguir no Instagram".
Extensie Screenshots
Download het CRX-bestand van de extensie PlayGram | Insta Auto Seguir/Desseguir
Download PlayGram | Insta Auto Seguir/Desseguir-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | agicgnpahckingoemkehokdobmlckfoi |
Officiële URL | https://chrome.google.com/webstore/detail/playgram-insta-auto-segui/agicgnpahckingoemkehokdobmlckfoi |
Beschrijving | Esta extensao automatiza o processo de seguir/desseguir no Instagram |
Bestandsgrootte | 2.46 MB |
Aantal Installaties | 324 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-11-25 |
Publicatiedatum | 2019-11-25 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://playgram.anunciosimperatriz.com |
Betalingswijze | free |
Help Pagina-URL | https://api.whatsapp.com/send?phone=5599991130902 |
Ondersteunde Talen | 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" ] } ] } |