Botster.io

Botster.io extension

Botster.ioとは何ですか?

Botster.ioはseobots.ioによって開発されたChromeの拡張機能で、その主な機能は「Botster.io extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Botster.io拡張機能のCRXファイルをダウンロード

Botster.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Chrome extension makes it easier to work with Botster.io by retrieving your session_id cookie data from your active Instagram, LinkedIn, YouTube or Facebook sessions so you don't have to do it manually. 

How it works?
- Install the extension.
- Make sure to be logged into your Instagram, YouTube, LinkedIn or Facebook account using Chrome.
- The extension will automatically retrieve your Instagram, YouTube, LinkedIn or Facebook session cookie once you open the bot start page.
That's it!

Have questions?
If you have any question about this extension, feel free to send us an email at [email protected] or contact us via our help form.

Update log:
- 0.6 update
Minor updated which improves connection to YouTube accounts.

- 0.5 update
YouTube support! Connect your YT account to Botster with this extension. 

- 0.4 update:
LinkedIn support! You can now connect to your LinkedIn profile using this extension. 

- 0.3 update:
Removed unnecessary/unused permissions from the extension. 

- 0.2 update:
We now support Facebook interaction! Make sure to be logged into your Facebook account for the changes to apply.

- 0.1 update:
BUGFIX: The extension will refresh your Instagram session_id if it has changed, instead of re-using the old hash.                    

拡張機能の基本情報

名前 Botster.io Botster.io
ID bmjdihiiohchooihlbaciknpnoaoompj
公式URL https://chrome.google.com/webstore/detail/botsterio/bmjdihiiohchooihlbaciknpnoaoompj
説明 Botster.io extension
ファイルサイズ 9.07 KB
インストール数 1,000
現在のバージョン 0.7
最終更新日 2021-06-22
公開日 2020-04-19
評価 5.00/5 合計 3 レビュー
開発者 seobots.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://botster.io
ヘルプページのURL https://botster.io/privacy
プライバシーポリシーページのURL https://seobots.io/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Botster.io",
    "description": "Botster.io extension",
    "version": "0.7",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/botster.io\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}