Go Rando
Obfuscates your feelings on Facebook.
Go Randoคืออะไร?
Go Rando เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bengrosser.com และคุณลักษณะหลักของมันคือ "Obfuscates your feelings on Facebook."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go Rando
ดาวน์โหลดไฟล์ส่วนขยาย Go Rando ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } ] } |