tiktok.tracking.exposed

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

Qu'est-ce que tiktok.tracking.exposed ?

tiktok.tracking.exposed est une extension Chrome développée par Tracking Exposed team, et sa fonction principale est "the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension tiktok.tracking.exposed

Téléchargez les fichiers d'extension tiktok.tracking.exposed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom tiktok.tracking.exposed tiktok.tracking.exposed
ID bigbeiocbgkhndacjnkklogbilfchijf
URL Officiel https://chrome.google.com/webstore/detail/tiktoktrackingexposed/bigbeiocbgkhndacjnkklogbilfchijf
Description the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed
Taille du Fichier 1.1 MB
Nombre d'Installations 134
Version Actuelle 2.8.0
Dernière Mise à Jour 2022-12-09
Date de Publication 2021-12-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Tracking Exposed team
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tiktok.tracking.exposed
URL de la Page de Politique de Confidentialité https://facebook.tracking.exposed/privacy
Langues Prises en Charge 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"
    ]
}