Instamatic

Use Instamatic for your daily Instagram routine and for tasks that are too time consuming. Save your time by letting Instamatic…

Instamaticとは何ですか?

Instamaticはhttp://instamatic.ioによって開発されたChromeの拡張機能で、その主な機能は「Use Instamatic for your daily Instagram routine and for tasks that are too time consuming. Save your time by letting Instamatic…」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Use Instamatic for your daily Instagram routine and for tasks that are too time consuming. Save your  time by letting Instamatic unfollow accounts who are not following you back.

#1 – Unfollow accounts who are not following you back!

One of the most important part in scaling your Instagram account even nowadays is Follow for Follow. But you can’t just follow someone and then unfollow them immediately after you get a follow back. When your account gets big, with thousands of followers and accounts you follow, it becomes nearly impossible to find out who is following you back and who isn’t. That’s when Instamatic becomes a very handy tool. Simply start Instamatic’s Unfollow feature and clean your account from undeserving follows.

#2 - Unfollow all users

If you want to clean your account completely, Mass Unfollow is here for you. Just start this Instamatic feature and it will slowly remove all your Following users.
It may take days, but that’s a good thing. Instamatic works like human, so there is no penalty from Instagram for your account.

#3 - Follow from Post Likes

Instamatic Follow from Post Likes function is the best and easiest way how to get tons of new followers with the biggest engagement. You just need to write a hashtag from related to your niche and start the tool. Instamatic will follow users who liked the best posts for this hashtag. Thanks to following users who liked the post, you can expect follows back with really big engagement to your niche.

#4 - Follow Post Creators

Same as Follow from Post Likes function, this is also a great tool how to increase followers. With Follow Post Creators, you can easily follow hundreds of best creators from your niche. Just write down the hashtag and Instamatic will follow creators of posts with this hashtag one by one. 

Best features
 
- Instamatic is free to try.
- Instamatic is completely safe - no login or credentials to your account needed.
- Simple installation and operation via Chrome Extension.
- Instamatic saves your valuable time.
- No strings attached - end your subscription any time.                    

拡張機能の基本情報

名前 Instamatic Instamatic
ID padjakdhfcjhpkjilnbdhhgjpbhbldcc
公式URL https://chrome.google.com/webstore/detail/instamatic/padjakdhfcjhpkjilnbdhhgjpbhbldcc
説明 Use Instamatic for your daily Instagram routine and for tasks that are too time consuming. Save your time by letting Instamatic…
ファイルサイズ 2.59 MB
インストール数 655
現在のバージョン 1.5.9
最終更新日 2021-08-14
公開日 2020-08-23
評価 4.50/5 合計 8 レビュー
開発者 http://instamatic.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.instamatic.io
ヘルプページのURL https://www.instamatic.io/go/support/
プライバシーポリシーページのURL https://tylcham.com/policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Instamatic",
    "name": "Instamatic",
    "version": "1.5.9",
    "manifest_version": 2,
    "icons": {
        "16": "\/icon\/icon16.png",
        "48": "\/icon\/icon48.png",
        "128": "\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/instagram.com\/*"
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "\/static\/css\/*",
        "\/images\/*",
        "\/static\/media\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}