tiktok.tracking.exposed

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

tiktok.tracking.exposedとは何ですか?

tiktok.tracking.exposedはTracking Exposed teamによって開発されたChromeの拡張機能で、その主な機能は「the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed」です。

拡張機能のスクリーンショット

screenshot

tiktok.tracking.exposed拡張機能のCRXファイルをダウンロード

tiktok.tracking.exposed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 tiktok.tracking.exposed tiktok.tracking.exposed
ID bigbeiocbgkhndacjnkklogbilfchijf
公式URL https://chrome.google.com/webstore/detail/tiktoktrackingexposed/bigbeiocbgkhndacjnkklogbilfchijf
説明 the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed
ファイルサイズ 1.1 MB
インストール数 134
現在のバージョン 2.8.0
最終更新日 2022-12-09
公開日 2021-12-08
評価 5.00/5 合計 1 レビュー
開発者 Tracking Exposed team
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tiktok.tracking.exposed
プライバシーポリシーページのURL https://facebook.tracking.exposed/privacy
対応言語 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"
    ]
}