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.
Cos'è Tweepi Bulk Default Action (aka Select All)?
Tweepi Bulk Default Action (aka Select All) è un'estensione di Chrome sviluppata da yaco2k, e la sua funzione principale è "Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tweepi Bulk Default Action (aka Select All)
Scarica i file di estensione Tweepi Bulk Default Action (aka Select All) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Plugin to select all users on a Tweepi page. To select all, navigate to any Tweepi page and click the bird.
Informazioni di Base sull'Estensione
Nome | Tweepi Bulk Default Action (aka Select All) |
ID | kpniicpnanbaopgkcagaphglbeaejnph |
URL Ufficiale | https://chromewebstore.google.com/detail/tweepi-bulk-default-actio/kpniicpnanbaopgkcagaphglbeaejnph |
Descrizione | Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly. |
Dimensione del File | 5.55 KB |
Conteggio Installazioni | 6,388 |
Versione Corrente | 0.4.1 |
Ultimo Aggiornamento | 2016-09-04 |
Data di Pubblicazione | 2016-09-04 |
Valutazione | 4.46/5 Totale 129 Valutazioni |
Sviluppatore | yaco2k |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |