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.
什麼是Tweepi Bulk Default Action (aka Select All)?
Tweepi Bulk Default Action (aka Select All)是由yaco2k開發的Chrome擴展程式,該擴展的主要功能是“Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.”。
擴展截圖
下載Tweepi Bulk Default Action (aka Select All)擴展crx文件
下載Tweepi Bulk Default Action (aka Select All)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Plugin to select all users on a Tweepi page. To select all, navigate to any Tweepi page and click the bird.
擴展基本資訊
名稱 | Tweepi Bulk Default Action (aka Select All) |
ID | kpniicpnanbaopgkcagaphglbeaejnph |
官方網址 | https://chromewebstore.google.com/detail/tweepi-bulk-default-actio/kpniicpnanbaopgkcagaphglbeaejnph |
簡介 | Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly. |
檔案大小 | 5.55 KB |
安裝次數 | 6,388 |
目前版本 | 0.4.1 |
更新時間 | 2016-09-04 |
上架時間 | 2016-09-04 |
評分 | 4.46/5 共 129 次評分 |
開發者 | yaco2k |
付費類型 | free |
支援的語言 | 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 } |