Not For You

An automated confusion system for TikTok

Not For You क्या है?

Not For You https://bengrosser.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An automated confusion system for TikTok"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Not For You एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Not For You is an artwork that presents an “automated confusion system” designed to mislead TikTok’s video recommendation algorithm, making it possible to see how TikTok feels when it’s no longer made “For You.” The system navigates the site, clicking on videos and hashtags and users to find the nooks and crannies TikTok’s algorithm doesn’t show us, to reveal those videos its content moderators suppress, and to surface speech the company hopes to hide. Through its alternative personality-agnostic choices of what to like, who to follow, and which posts to share, Not For You should make the For You page less addictive, and hopefully steer users away from feeling like the best path to platform success is through mimicry and conformity. Perhaps most importantly—on the precipice of yet another critical election in the USA—Not For You aims to defuse the filter bubbles produced by algorithmic feeds and the risks such feeds pose for targeted disinformation and voter manipulation. Finally, the work stands in opposition to letting corporations opaquely decide what we see and when we see it, to their intentional crafting of addictive user interfaces, and to the extraction of profit from the residual data left behind by users. Ultimately, Not For You asks us to think about who most benefits from social media’s algorithmic feeds, and who is made most vulnerable.                    

एक्सटेंशन की मूल जानकारी

नाम Not For You Not For You
ID hmanfhodpgnogjmgeoofoafaefchonlg
आधिकारिक URL https://chromewebstore.google.com/detail/not-for-you/hmanfhodpgnogjmgeoofoafaefchonlg
विवरण An automated confusion system for TikTok
फ़ाइल का आकार 116 KB
स्थापना संख्या 76
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-10-26
प्रकाशन तिथि 2020-10-26
डेवलपर https://bengrosser.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bengrosser.com/projects/not-for-you/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Not For You",
    "version": "1.0.0",
    "description": "An automated confusion system for TikTok",
    "homepage_url": "http:\/\/bengrosser.com\/projects\/not-for-you\/",
    "manifest_version": 2,
    "icons": {
        "16": "nfy-logo-16.png",
        "32": "nfy-logo-32.png",
        "48": "nfy-logo-48.png",
        "64": "nfy-logo-64.png",
        "128": "nfy-logo-128.png",
        "256": "nfy-logo-256.png",
        "512": "nfy-logo-512.png"
    },
    "browser_action": {
        "default_icon": "nfy-logo-128.png",
        "default_popup": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "jquery.min.js",
                "nfy.js"
            ]
        }
    ]
}