Reddit Skwisgaarifyer
Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
什么是Reddit Skwisgaarifyer?
Reddit Skwisgaarifyer是由jonash开发的Chrome扩展程序,该扩展的主要功能是“Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.”。
扩展截图
下载Reddit Skwisgaarifyer扩展crx文件
下载Reddit Skwisgaarifyer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Picks out elements in the currently loaded reddit-page and randomly (rarely) changes some words, for instance "is" becomes "ams". Makes 40% of the words plural (Thats ams how thems shoulds be spelleds?).
扩展基本信息
名称 | |
ID | bkigffbamdggjllmcgacjcgigognnoca |
官方URL | https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca |
简介 | Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores. |
文件大小 | 39.91 KB |
安装次数 | 22 |
当前版本 | 1.22 |
更新时间 | 2014-11-27 |
上架时间 | 2014-11-27 |
评分 | 4.75/5 共8次评分 |
开发者 | jonash |
付费类型 | free |
扩展官网 | https://github.com/hellmanhellman/skwizz |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Skwisgaarifyer", "short_name": "skwizz", "version": "1.22", "icons": { "128": "icon128.png", "48": "icon48.png" }, "description": "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.", "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "background": [ { "persistent": false } ] } |