Tilly Instagram™ Stats & Image Downloader

Enhance your professional Instagram experience, check and analyze stats

Τι είναι το Tilly Instagram™ Stats & Image Downloader;

Το Tilly Instagram™ Stats & Image Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον growsomeshade, και η κύρια λειτουργία του είναι "Enhance your professional Instagram experience, check and analyze stats".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tilly Instagram™ Stats & Image Downloader

Λήψη αρχείων επέκτασης Tilly Instagram™ Stats & Image Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        No more struggling getting real data. Know exactly how popular your posts are on Instagram by seeing real statistics of Likes, Hashtags and more. 
Anyone and any business can use Tilly to free up time and see statistics for Instagram profiles. No Instagram Login Required.

➤ Easily check Instagram post  engagements, average Likes and comments of accounts of your competitors or Influencers you want to work with;
➤ See who is following you back;
➤ See statistics such as Sponsored Posts, Location, Popularity right on the Instagram profile page!
➤ Copy Hashtags with a click on a button
➤ Check how popular hashtags are used so you can use them to increase your visibility 
➤ See banned hashtags to avoid using them
➤ Instagram Image Downloader feature

For Brands doing Influencer Marketing:

Tilly offers a great way to check engagement and posting habits of Influencers to quickly decide if they have quality audience. It is also an easy way to spot influencers with fake or artificial followers and likes. 

For Influencers growing their accounts:

A great way to have an overview look on your posts and see which posts are outperforming the rest. Being able to quickly copy hashtags to use on other posts. Check on your fellow influencers to see how they are performing. See who's actually following you back making it easier to purge those who unfollowed you                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tilly Instagram™ Stats & Image Downloader Tilly Instagram™ Stats & Image Downloader
ID gligbhkegnejihhmhifihfmekgmgeiie
Επίσημο URL https://chromewebstore.google.com/detail/tilly-instagram-stats-ima/gligbhkegnejihhmhifihfmekgmgeiie
Περιγραφή Enhance your professional Instagram experience, check and analyze stats
Μέγεθος Αρχείου 424 KB
Αριθμός Εγκαταστάσεων 1,063
Τρέχουσα Έκδοση 1.3.6
Τελευταία Ενημέρωση 2022-02-09
Ημερομηνία Δημοσίευσης 2020-06-14
Αξιολόγηση 3.72/5 Συνολικά 131 Αξιολογήσεις
Προγραμματιστής growsomeshade
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enhance your professional Instagram experience, check and analyze stats",
    "version": "1.3.6",
    "name": "Tilly Instagram\u2122 Stats & Image Downloader",
    "permissions": [
        "activeTab",
        "*:\/\/*.instagram.com\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "Interceptor.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}