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 هو إضافة Chrome تم تطويرها بواسطة Tracking Exposed team، والميزة الرئيسية لها هي "the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة tiktok.tracking.exposed
قم بتنزيل ملفات الامتداد tiktok.tracking.exposed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://tiktok.tracking.exposed |
عنوان صفحة سياسة الخصوصية | 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" ] } |