Tweepi Bulk Default Action (aka Select All)
Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.
Was ist Tweepi Bulk Default Action (aka Select All)?
Tweepi Bulk Default Action (aka Select All) ist eine Chrome-Erweiterung, die von yaco2k entwickelt wurde, und ihr Hauptmerkmal ist "Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.".
Erweiterungsscreenshots
Tweepi Bulk Default Action (aka Select All)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tweepi Bulk Default Action (aka Select All)-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
Plugin to select all users on a Tweepi page.
To select all, navigate to any Tweepi page and click the bird. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kpniicpnanbaopgkcagaphglbeaejnph |
| Offizielle URL | https://chromewebstore.google.com/detail/tweepi-bulk-default-actio/kpniicpnanbaopgkcagaphglbeaejnph |
| Beschreibung | Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly. |
| Dateigröße | 5.55 KB |
| Installationsanzahl | 6,388 |
| Aktuelle Version | 0.4.1 |
| Letztes Update | 2016-09-04 |
| Veröffentlichungsdatum | 2016-09-04 |
| Bewertung | 4.46/5 Insgesamt 129 Bewertungen |
| Entwickler | yaco2k |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tweepi Bulk Default Action (aka Select All)",
"version": "0.4.1",
"background": {
"scripts": [
"background.js"
]
},
"description": "Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Tweepi Bulk Default Action (aka Select All). Click to perform action."
},
"permissions": [
"http:\/\/*.tweepi.com\/",
"https:\/\/*.tweepi.com\/",
"tabs"
],
"manifest_version": 2
} | |