#influencer

This extension shows summarized stats for instagram profiles.

What is #influencer?

#influencer is a Chrome extension developed by shkrobtak.a, and its main feature is "This extension shows summarized stats for instagram profiles.".

Extension Screenshots

screenshot
screenshot

Download #influencer Extension CRX File

Download #influencer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension shows summarized stats for instagram profiles.                    

Extension Basic Information

Name #influencer #influencer
ID fdkaomglkkkfcokimnhljmdlhpgnjbgb
Official URL https://chrome.google.com/webstore/detail/influencer/fdkaomglkkkfcokimnhljmdlhpgnjbgb
Description This extension shows summarized stats for instagram profiles.
File Size 88.99 KB
Installation Count 87
Current Version 0.6.1
Last Updated 2019-05-05
Publish Date 2019-05-05
Rating 4.43/5 Total 7 Ratings
Developer shkrobtak.a
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "#influencer",
    "version": "0.6.1",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "libs\/underscore-1.8.3.min.js",
                "libs\/_.get.js",
                "libs\/backbone-1.3.3.min.js",
                "libs\/backbone.radio-2.0.0.js",
                "libs\/backbone.marionette-3.1.0.min.js",
                "helpers.js",
                "templates\/templates.js",
                "app.js",
                "content.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}