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.
What is Tweepi Bulk Default Action (aka Select All)?
Tweepi Bulk Default Action (aka Select All) is a Chrome extension developed by yaco2k, and its main feature is "Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.".
Extension Screenshots
Download Tweepi Bulk Default Action (aka Select All) Extension CRX File
Download Tweepi Bulk Default Action (aka Select All) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Plugin to select all users on a Tweepi page. To select all, navigate to any Tweepi page and click the bird.
Extension Basic Information
Name | Tweepi Bulk Default Action (aka Select All) |
ID | kpniicpnanbaopgkcagaphglbeaejnph |
Official URL | 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. |
File Size | 5.55 KB |
Installation Count | 6,388 |
Current Version | 0.4.1 |
Last Updated | 2016-09-04 |
Publish Date | 2016-09-04 |
Rating | 4.46/5 Total 129 Ratings |
Developer | yaco2k |
Payment Type | free |
Supported Languages | 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 } |