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.

Apa itu Tweepi Bulk Default Action (aka Select All)?

Tweepi Bulk Default Action (aka Select All) adalah ekstensi Chrome yang dikembangkan oleh yaco2k, dan fitur utamanya adalah "Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tweepi Bulk Default Action (aka Select All)

Unduh file ekstensi Tweepi Bulk Default Action (aka Select All) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Plugin to select all users on a Tweepi page. 

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

Informasi Dasar Ekstensi

Nama Tweepi Bulk Default Action (aka Select All) Tweepi Bulk Default Action (aka Select All)
ID kpniicpnanbaopgkcagaphglbeaejnph
URL Resmi https://chromewebstore.google.com/detail/tweepi-bulk-default-actio/kpniicpnanbaopgkcagaphglbeaejnph
Deskripsi Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.
Ukuran File 5.55 KB
Jumlah Instalasi 6,388
Versi Saat Ini 0.4.1
Terakhir Diperbarui 2016-09-04
Tanggal Publikasi 2016-09-04
Penilaian 4.46/5 Total 129 Penilaian
Pengembang yaco2k
Tipe Pembayaran free
Bahasa yang Didukung 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
}