tiktok.tracking.exposed

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

What is tiktok.tracking.exposed?

tiktok.tracking.exposed is a Chrome extension developed by Tracking Exposed team, and its main feature is "the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed".

Extension Screenshots

screenshot

Download tiktok.tracking.exposed Extension CRX File

Download tiktok.tracking.exposed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name tiktok.tracking.exposed tiktok.tracking.exposed
ID bigbeiocbgkhndacjnkklogbilfchijf
Official URL 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
File Size 1.1 MB
Installation Count 134
Current Version 2.8.0
Last Updated 2022-12-09
Publish Date 2021-12-08
Rating 5.00/5 Total 1 Ratings
Developer Tracking Exposed team
Email [email protected]
Payment Type free
Extension Website https://tiktok.tracking.exposed
Privacy Policy Page URL https://facebook.tracking.exposed/privacy
Supported Languages 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"
    ]
}