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.
Vad är Tweepi Bulk Default Action (aka Select All)?
Tweepi Bulk Default Action (aka Select All) är en Chrome-tillägg utvecklad av yaco2k, och dess huvudfunktion är "Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.".
Tilläggsskärmbilder
Ladda ner Tweepi Bulk Default Action (aka Select All)-förlängningens CRX-fil
Ladda ner Tweepi Bulk Default Action (aka Select All)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Plugin to select all users on a Tweepi page.
To select all, navigate to any Tweepi page and click the bird. Grundläggande Information om Tillägg
| Namn | |
| ID | kpniicpnanbaopgkcagaphglbeaejnph |
| Officiell webbadress | https://chromewebstore.google.com/detail/tweepi-bulk-default-actio/kpniicpnanbaopgkcagaphglbeaejnph |
| Beskrivning | Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly. |
| Filstorlek | 5.55 KB |
| Antal Installationer | 6,388 |
| Aktuell Version | 0.4.1 |
| Senast Uppdaterad | 2016-09-04 |
| Publiceringsdatum | 2016-09-04 |
| Betyg | 4.46/5 Totalt 129 Betyg |
| Utvecklare | yaco2k |
| Betalningssätt | free |
| Stödda Språk | 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
} | |