Ploxia – Free Instagram Bot
The best SMM-service for Instagram. Manage & Promotion accounts online 24/7.
Was ist Ploxia – Free Instagram Bot?
Ploxia – Free Instagram Bot ist eine Chrome-Erweiterung, die von https://ploxia.es entwickelt wurde, und ihr Hauptmerkmal ist "The best SMM-service for Instagram. Manage & Promotion accounts online 24/7.".
Erweiterungsscreenshots
Ploxia – Free Instagram Bot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ploxia – Free Instagram Bot-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
Perform automatic actions to increase your interaction on Instagram. Autolike, follow, etc Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lkggefncopjobklggpoepdgmpfdfjlkm |
| Offizielle URL | https://chromewebstore.google.com/detail/ploxia-%E2%80%93-free-instagram-b/lkggefncopjobklggpoepdgmpfdfjlkm |
| Beschreibung | The best SMM-service for Instagram. Manage & Promotion accounts online 24/7. |
| Dateigröße | 73.83 KB |
| Installationsanzahl | 650 |
| Aktuelle Version | 1.4.14.1 |
| Letztes Update | 2019-11-02 |
| Veröffentlichungsdatum | 2019-11-02 |
| Bewertung | 3.71/5 Insgesamt 7 Bewertungen |
| Entwickler | https://ploxia.es |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://ploxia.com |
| URL der Datenschutzrichtlinien-Seite | https://ploxia.com/privacy-policy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ploxia \u2013 Free Instagram Bot",
"short_name": "Ploxia Bot",
"version": "1.4.14.1",
"description": "The best SMM-service for Instagram. Manage & Promotion accounts online 24\/7.",
"icons": {
"192": "images\/icon.png"
},
"background": {
"scripts": [
"shared\/credentials.js",
"background\/services\/insecure_headers.js",
"background\/services\/on_install.js",
"background\/main.js",
"background\/storage\/collection.js",
"background\/storage\/storage_promise.js",
"background\/storage\/instagram_stats.js",
"background\/storage\/chrome_history.js",
"background\/window_confirmator.js",
"background\/main_service.js"
]
},
"browser_action": {
"default_popup": "popup\/popup.html",
"default_icon": "images\/icon.png"
},
"permissions": [
"storage",
"background",
"webRequest",
"webRequestBlocking",
"https:\/\/i.instagram.com\/*",
"https:\/\/app.ploxia.es\/",
"https:\/\/*.app.ploxia.es\/",
"https:\/\/*.app.ploxia.es\/*"
],
"externally_connectable": {
"matches": [
"http:\/\/localhost\/*",
"https:\/\/*.app.ploxia.es\/",
"https:\/\/*.app.ploxia.es\/*"
]
},
"manifest_version": 2
} | |