DreamInfluencers Social Media Stats
Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com
什么是DreamInfluencers Social Media Stats?
DreamInfluencers Social Media Stats是由https://dreaminfluencers.com开发的Chrome扩展程序,该扩展的主要功能是“Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com”。
扩展截图
下载DreamInfluencers Social Media Stats扩展crx文件
下载DreamInfluencers Social Media Stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily view instagram & tiktok video and profile statistics without hassle, powered by DreamInfluencers.com
Access relevant information about a tiktokker and instagrammer directly from the videos, images and profile. 扩展基本信息
| 名称 | |
| ID | olhhiehjdlgjflobpmjnmbeodjkjnopm |
| 官方URL | https://chromewebstore.google.com/detail/dreaminfluencers-social-m/olhhiehjdlgjflobpmjnmbeodjkjnopm |
| 简介 | Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com |
| 文件大小 | 26.08 KB |
| 安装次数 | 115 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2023-01-17 |
| 上架时间 | 2021-12-16 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | https://dreaminfluencers.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DreamInfluencers Social Media Stats",
"description": "Easily view tiktok video statistics without hassle, powered by DreamInfluencers.com",
"version": "1.0.3",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js",
"integrations\/tiktok\/background.js",
"integrations\/instagram\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www.tiktok.com\/*",
"https:\/\/m.tiktok.com\/*"
],
"js": [
"dream.js",
"\/integrations\/tiktok\/frontend.js"
]
},
{
"run_at": "document_end",
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"\/integrations\/instagram\/frontend.js"
]
}
],
"permissions": [
"storage",
"tabs",
"https:\/\/*.tiktok.com\/*",
"https:\/\/*.instagram.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/virk.dreaminfluencers.com\/*",
"http:\/\/localhost:3000\/*"
]
}
} | |