#influencer
This extension shows summarized stats for instagram profiles.
Wat is #influencer?
#influencer is een Chrome-extensie ontwikkeld door shkrobtak.a, en de belangrijkste functie is "This extension shows summarized stats for instagram profiles.".
Extensie Screenshots
Download het CRX-bestand van de extensie #influencer
Download #influencer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension shows summarized stats for instagram profiles.
Basisinformatie over de Extensie
Naam | |
ID | fdkaomglkkkfcokimnhljmdlhpgnjbgb |
Officiële URL | https://chrome.google.com/webstore/detail/influencer/fdkaomglkkkfcokimnhljmdlhpgnjbgb |
Beschrijving | This extension shows summarized stats for instagram profiles. |
Bestandsgrootte | 88.99 KB |
Aantal Installaties | 87 |
Huidige Versie | 0.6.1 |
Laatst Bijgewerkt | 2019-05-05 |
Publicatiedatum | 2019-05-05 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | shkrobtak.a |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |