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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "the Tiktok Observatory addon! A tool for algorithm analysts of the popular entertainment app. Docs - https://docs.tracking.exposed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में tiktok.tracking.exposed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" ] } |