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.

Qu'est-ce que Tweepi Bulk Default Action (aka Select All) ?

Tweepi Bulk Default Action (aka Select All) est une extension Chrome développée par yaco2k, et sa fonction principale est "Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tweepi Bulk Default Action (aka Select All)

Téléchargez les fichiers d'extension Tweepi Bulk Default Action (aka Select All) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Plugin to select all users on a Tweepi page. 

To select all, navigate to any Tweepi page and click the bird.                    

Informations de Base sur l'Extension

Nom Tweepi Bulk Default Action (aka Select All) Tweepi Bulk Default Action (aka Select All)
ID kpniicpnanbaopgkcagaphglbeaejnph
URL Officiel https://chromewebstore.google.com/detail/tweepi-bulk-default-actio/kpniicpnanbaopgkcagaphglbeaejnph
Description Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.
Taille du Fichier 5.55 KB
Nombre d'Installations 6,388
Version Actuelle 0.4.1
Dernière Mise à Jour 2016-09-04
Date de Publication 2016-09-04
Évaluation 4.46/5 Total 129 Évaluations
Développeur yaco2k
Type de Paiement free
Langues Prises en Charge 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
}