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. 拡張機能の基本情報
| 名前 | |
| ID | kpniicpnanbaopgkcagaphglbeaejnph |
| 公式URL | 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
} | |