Go Rando

Obfuscates your feelings on Facebook.

Go Rando란 무엇입니까?

Go Rando은(는) https://bengrosser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Obfuscates your feelings on Facebook."입니다.

확장 프로그램 스크린샷

screenshot

Go Rando 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Facebook’s “reactions” let you express how you feel about a link, photo, or status. While such data might be helpful for your friends, these recorded feelings also enable increased surveillance, government profiling, more targeted advertising, and emotional manipulation. Go Rando is a web browser extension that obfuscates how you feel on Facebook. Every time you click “Like”, Go Rando randomly chooses one of the six “reactions” for you. Over time you appear to Facebook’s algorithms as someone whose feelings are emotionally “balanced”—as someone who feels Angry as much as Haha or Sad as much as Love. You can still choose a specific reaction if you want to, but even that choice will be obscured by an emotion profile increasingly filled with noise. In other words, Facebook won’t know if your reaction was genuine or not. Want to see what Facebook feels like when your emotions are obscured? Go Rando. 

[Updated for the 2020 Facebook redesign]

[Supports English, French, German, Spanish, Portuguese, Italian, and Danish — may work for some others too]                    

확장 프로그램 기본 정보

이름 Go Rando Go Rando
ID mjbieolneliipggbbfmfmbohcgldhlon
공식 URL https://chromewebstore.google.com/detail/go-rando/mjbieolneliipggbbfmfmbohcgldhlon
설명 Obfuscates your feelings on Facebook.
파일 크기 73.04 KB
설치 횟수 301
현재 버전 2.0.0
최근 업데이트 2021-02-19
출시 날짜 2019-06-19
평점 5.00/5 총 9 개의 평점
개발자 https://bengrosser.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bengrosser.com/projects/go-rando/
도움말 페이지 URL https://bengrosser.com/projects/go-rando/faq-for-go-rando/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go Rando",
    "version": "2.0.0",
    "description": "Obfuscates your feelings on Facebook.",
    "homepage_url": "https:\/\/bengrosser.com\/projects\/go-rando\/",
    "manifest_version": 2,
    "icons": {
        "16": "go-rando-logo-16.png",
        "32": "go-rando-logo-32.png",
        "48": "go-rando-logo-48.png",
        "64": "go-rando-logo-64.png",
        "128": "go-rando-logo-128.png",
        "256": "go-rando-logo-256.png",
        "512": "go-rando-logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.facebook.com\/ai.php*",
                "*:\/\/*.facebook.com\/ajax\/*",
                "*:\/\/*.facebook.com\/dialog\/*",
                "*:\/\/*.facebook.com\/xti.php*",
                "*:\/\/*.facebook.com\/plugins\/*",
                "*:\/\/*.facebook.com\/common\/*",
                "*:\/\/*.facebook.com\/connect\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.facebook.com\/ai.php*",
                "*:\/\/*.facebook.com\/ajax\/*",
                "*:\/\/*.facebook.com\/dialog\/*",
                "*:\/\/*.facebook.com\/xti.php*",
                "*:\/\/*.facebook.com\/plugins\/*",
                "*:\/\/*.facebook.com\/common\/*",
                "*:\/\/*.facebook.com\/connect\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery.min.js",
                "ready.js",
                "go-rando.user.js"
            ]
        }
    ]
}