Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0",
"description": "Minimal extension that allows you to share embedded 'vx' versions of tiktoks directly from your browser.",
"name": "EmbedTok",
"icons": {
"48": "icons\/border-48.png",
"96": "icons\/border-96.png",
"128": "icons\/border-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"js": [
"tiktokLink.js"
]
}
],
"permissions": [],
"host_permissions": [
"*:\/\/*.tiktok.com\/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{abc60720-ff10-4584-a7b7-49ec1b8e34c0}"
}
}
}