tiktok.tracking.exposed
the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed
¿Qué es tiktok.tracking.exposed?
tiktok.tracking.exposed es una extensión de Chrome desarrollada por Tracking Exposed team, y su función principal es "the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión tiktok.tracking.exposed
Descarga archivos de extensión tiktok.tracking.exposed en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
A tool to perform passive analysis of TikTok recommendation algorithm, with the purpose of developing academic research on the topic of social media personalization Información Básica de la Extensión
| Nombre | |
| ID | bigbeiocbgkhndacjnkklogbilfchijf |
| URL Oficial | https://chrome.google.com/webstore/detail/tiktoktrackingexposed/bigbeiocbgkhndacjnkklogbilfchijf |
| Descripción | the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed |
| Tamaño del Archivo | 1.1 MB |
| Cantidad de Instalaciones | 134 |
| Versión Actual | 2.8.0 |
| Última Actualización | 2022-12-09 |
| Fecha de Publicación | 2021-12-08 |
| Calificación | 5.00/5 Total de 1 Calificaciones |
| Desarrollador | Tracking Exposed team |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://tiktok.tracking.exposed |
| URL de la Página de Política de Privacidad | https://facebook.tracking.exposed/privacy |
| Idiomas Soportados | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "tiktok.tracking.exposed",
"short_name": "tktrex",
"description": "the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https:\/\/docs.tracking.exposed",
"version": "2.8.0",
"author": "The Tracking Exposed team",
"icons": {
"16": "tktrex16.png",
"48": "tktrex48.png",
"128": "tktrex128.png"
},
"browser_action": {
"default_icon": "tktrex16.png",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"https:\/\/*.tiktok.com\/",
"https:\/\/tiktok.tracking.exposed\/"
],
"background": {
"scripts": [
".\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"js": [
".\/injected.js",
".\/app.js"
]
}
],
"web_accessible_resources": [
"interceptor.js",
"*.png",
"settings.json"
]
} | |