#influencer
This extension shows summarized stats for instagram profiles.
#influencerとは何ですか?
#influencerはshkrobtak.aによって開発されたChromeの拡張機能で、その主な機能は「This extension shows summarized stats for instagram profiles.」です。
拡張機能のスクリーンショット
#influencer拡張機能のCRXファイルをダウンロード
#influencer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension shows summarized stats for instagram profiles. 拡張機能の基本情報
| 名前 | |
| ID | fdkaomglkkkfcokimnhljmdlhpgnjbgb |
| 公式URL | https://chrome.google.com/webstore/detail/influencer/fdkaomglkkkfcokimnhljmdlhpgnjbgb |
| 説明 | This extension shows summarized stats for instagram profiles. |
| ファイルサイズ | 88.99 KB |
| インストール数 | 87 |
| 現在のバージョン | 0.6.1 |
| 最終更新日 | 2019-05-05 |
| 公開日 | 2019-05-05 |
| 評価 | 4.43/5 合計 7 レビュー |
| 開発者 | shkrobtak.a |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |