Noisify

Add noise to your Facebook activity!

Noisify क्या है?

Noisify Cathy Deng द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add noise to your Facebook activity!"।

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

screenshot

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

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

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

                        Facebook knows a lot about you. In addition to the things you consciously post for your friends to see, Facebook also tracks your *behavior* - what you search for and what you click on. Facebook uses this data to piece together a picture of who you are.

If you're kind of creeped out by this, but also don't want to boycott Facebook entirely - Noisify is for you! This extension regularly updates the placeholder text in your Facebook search bar. It nudges you to add noise to your "digital footprints" by searching for random interests and names.

Maybe you'll find something random and delightful! Or, maybe you'll start getting weirder ads.

This is an art project from the BuzzFeed Open Lab. Code: https://github.com/buzzfeed-openlab/noisify                    

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

नाम Noisify Noisify
ID bbfcbcgligkinemdmioblgdffnlmihdg
आधिकारिक URL https://chromewebstore.google.com/detail/noisify/bbfcbcgligkinemdmioblgdffnlmihdg
विवरण Add noise to your Facebook activity!
फ़ाइल का आकार 62.28 KB
स्थापना संख्या 513
वर्तमान संस्करण 0.1
अंतिम अपडेट 2017-03-09
प्रकाशन तिथि 2017-03-09
डेवलपर Cathy Deng
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.buzzfeed.com/openlab
सहायता पृष्ठ URL https://github.com/buzzfeed-openlab/noisify
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noisify",
    "description": "Add noise to your Facebook activity!",
    "author": "Cathy Deng",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.buzzfeed.com\/openlab",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "word_collection.txt"
    ]
}