tiktok.tracking.exposed

the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed

O que é tiktok.tracking.exposed?

tiktok.tracking.exposed é uma extensão do Chrome desenvolvida por Tracking Exposed team, e sua principal característica é "the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão tiktok.tracking.exposed

Baixe arquivos de extensão tiktok.tracking.exposed no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        A tool to perform passive analysis of TikTok recommendation algorithm, with the purpose of developing academic research on the topic of social media personalization                    

Informações Básicas da Extensão

Nome tiktok.tracking.exposed tiktok.tracking.exposed
ID bigbeiocbgkhndacjnkklogbilfchijf
URL Oficial https://chrome.google.com/webstore/detail/tiktoktrackingexposed/bigbeiocbgkhndacjnkklogbilfchijf
Descrição the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed
Tamanho do Arquivo 1.1 MB
Contagem de Instalações 134
Versão Atual 2.8.0
Última Atualização 2022-12-09
Data de Publicação 2021-12-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Tracking Exposed team
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tiktok.tracking.exposed
URL da Página de Política de Privacidade https://facebook.tracking.exposed/privacy
Idiomas Suportados 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"
    ]
}