Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TokGPT - ChatGPT for TikTok",
"description": "TikTok videos transcript and summary with Chat GPT Open AI.",
"version": "1.05",
"manifest_version": 3,
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.tiktokcdn-us.com\/*",
"*:\/\/*.chat.openai.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"app\/*",
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}