slur be gone
Gets rid of all those nasty little slurs that pop up online for LGBTQ+ people. Focuses on trans women.
什麼是slur be gone?
slur be gone是由slurbegone開發的Chrome擴展程式,該擴展的主要功能是“Gets rid of all those nasty little slurs that pop up online for LGBTQ+ people. Focuses on trans women.”。
擴展截圖
下載slur be gone擴展crx文件
下載slur be gone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This gets rid of most trans slurs there are, specifically ones targeted at women. There are some words that can't be removed without ruining normal sentences, so unfortunately i can't do that. There are also some very specific phrases that are transphobic that I can't brainstorm, so please email me at [email protected] to have me add them to the list! 擴展基本資訊
| 名稱 | |
| ID | donjllphehjnoiphgkgdffichojoolbm |
| 官方網址 | https://chromewebstore.google.com/detail/slur-be-gone/donjllphehjnoiphgkgdffichojoolbm |
| 簡介 | Gets rid of all those nasty little slurs that pop up online for LGBTQ+ people. Focuses on trans women. |
| 檔案大小 | 4.94 KB |
| 安裝次數 | 308 |
| 目前版本 | 0.68 |
| 更新時間 | 2019-03-22 |
| 上架時間 | 2019-03-18 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | slurbegone |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "slur be gone",
"short_name": "slurfree",
"author": "Josie J. Rice",
"version": "0.68",
"id": "[email protected]",
"description": "Gets rid of all those nasty little slurs that pop up online for LGBTQ+ people. Focuses on trans women.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"activeTab"
]
} | |