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",
"name": "TikTok All Favorite Videos Remover",
"description": "A Chrome extension to remove all favorite videos on TikTok.",
"version": "1.2.2",
"author": {
"name": "Gabriel de Rezende Gon\u00e7alves",
"email": "[email protected]",
"url": "https:\/\/gabireze.com.br\/"
},
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/tiktok-all-favorite-video\/cbjkccccmffolddklbkedlndlfokcpbn",
"permissions": [
"scripting",
"tabs"
],
"host_permissions": [
"https:\/\/*.tiktok.com\/*"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"default_title": "TikTok Favorite Video Remover",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"script.js",
"styles.css"
],
"matches": [
"https:\/\/*.tiktok.com\/*"
]
}
],
"manifest_version": 3
}