tiktok.tracking.exposed
the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed
Cos'è tiktok.tracking.exposed?
tiktok.tracking.exposed è un'estensione di Chrome sviluppata da Tracking Exposed team, e la sua funzione principale è "the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tiktok.tracking.exposed
Scarica i file di estensione tiktok.tracking.exposed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A tool to perform passive analysis of TikTok recommendation algorithm, with the purpose of developing academic research on the topic of social media personalization
Informazioni di Base sull'Estensione
Nome | tiktok.tracking.exposed |
ID | bigbeiocbgkhndacjnkklogbilfchijf |
URL Ufficiale | https://chrome.google.com/webstore/detail/tiktoktrackingexposed/bigbeiocbgkhndacjnkklogbilfchijf |
Descrizione | the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed |
Dimensione del File | 1.1 MB |
Conteggio Installazioni | 134 |
Versione Corrente | 2.8.0 |
Ultimo Aggiornamento | 2022-12-09 |
Data di Pubblicazione | 2021-12-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Tracking Exposed team |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tiktok.tracking.exposed |
URL della Pagina della Politica sulla Privacy | https://facebook.tracking.exposed/privacy |
Lingue Supportate | 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" ] } |