TikSort - View Ranking for TikTok
Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!
什么是TikSort - View Ranking for TikTok?
TikSort - View Ranking for TikTok是由mdpro开发的Chrome扩展程序,该扩展的主要功能是“Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!”。
扩展截图
下载TikSort - View Ranking for TikTok扩展crx文件
下载TikSort - View Ranking for TikTok扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Discover the hottest TikTok videos with TikSort, the ultimate sorting TikTok app ! Effortlessly organize TikTok profile videos by view count!
100% free
No adds
... forever
Made with love <3 扩展基本信息
| 名称 | |
| ID | gpjkpneknachmpioelhlifbondoebmom |
| 官方URL | https://chromewebstore.google.com/detail/tiksort-view-ranking-for/gpjkpneknachmpioelhlifbondoebmom |
| 简介 | Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count! |
| 文件大小 | 27.86 KB |
| 安装次数 | 231 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2023-08-26 |
| 上架时间 | 2023-08-12 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | mdpro |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TikSort - View Ranking for TikTok",
"version": "1.0.4",
"manifest_version": 3,
"description": "Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!",
"icons": {
"16": "assets\/logo-16-transparent-bg.png",
"32": "assets\/logo-32-transparent-bg.png",
"48": "assets\/logo-48-transparent-bg.png",
"128": "assets\/logo-128-transparent-bg.png"
},
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.tiktok.com\/*"
],
"js": [
"contentScript\/contentScriptTS.js"
],
"css": [
"contentScript\/contentScriptTS.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"popup\/popupTS.html",
"contentScript\/fetchMonkeyPatchTS.js"
],
"matches": [
"*:\/\/www.tiktok.com\/*"
]
},
{
"resources": [
"popup\/tiktok-logo.png"
],
"matches": [
"*:\/\/www.tiktok.com\/*"
]
}
],
"action": {
"default_popup": "popup\/popupTS.html"
},
"host_permissions": [
" | |