Skeleton Alert
Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U
什麼是Skeleton Alert?
Skeleton Alert是由https://daddy.cat開發的Chrome擴展程式,該擴展的主要功能是“Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U”。
擴展截圖
下載Skeleton Alert擴展crx文件
下載Skeleton Alert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension changes all mentions of "SJW" or "Social Justice Warriors" to "skeletons". Because, as we all know, they are 2spooky. Idea courtesy of @CaveSoul - https://twitter.com/CaveSoul/status/521753345930067968
擴展基本資訊
名稱 | Skeleton Alert |
ID | nobfdgalgecdhfjbeahipbnpcepcpcei |
官方網址 | https://chromewebstore.google.com/detail/skeleton-alert/nobfdgalgecdhfjbeahipbnpcepcpcei |
簡介 | Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U |
檔案大小 | 3.41 KB |
安裝次數 | 29 |
目前版本 | 1.0 |
更新時間 | 2014-10-15 |
上架時間 | 2014-10-15 |
評分 | 3.33/5 共 3 次評分 |
開發者 | https://daddy.cat |
付費類型 | free |
擴展官網 | http://daddy.cat |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skeleton Alert", "version": "1.0", "description": "Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |