Tiktok Finds
Tiktok Finds helps you find Tiktok liked/videos by searching for keywords/hashtags in description.
Tiktok Findsとは何ですか?
Tiktok FindsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Tiktok Finds helps you find Tiktok liked/videos by searching for keywords/hashtags in description.」です。
拡張機能のスクリーンショット
Tiktok Finds拡張機能のCRXファイルをダウンロード
Tiktok Finds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tiktok Finds faster way to search your liked and your videos in your profile.
Features:
• Search by hashtags or keywords in the Tiktok's description.
• Display most frequently used hashtags in your liked videos and your videos 拡張機能の基本情報
| 名前 | |
| ID | ampfikfceojghhommmkbholkmbgnmnmj |
| 公式URL | https://chromewebstore.google.com/detail/tiktok-finds/ampfikfceojghhommmkbholkmbgnmnmj |
| 説明 | Tiktok Finds helps you find Tiktok liked/videos by searching for keywords/hashtags in description. |
| ファイルサイズ | 2.25 MB |
| インストール数 | 71 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2022-01-24 |
| 公開日 | 2022-01-20 |
| 開発者 | Unknown |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tiktok Finds",
"version": "0.1.0",
"homepage_url": "http:\/\/localhost:8080\/",
"description": "Tiktok Finds helps you find Tiktok liked\/videos by searching for keywords\/hashtags in description.",
"default_locale": "en",
"permissions": [
"storage",
"activeTab"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_title": "Tiktok Finds",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"options_page": "options.html",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
} | |