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 } ] } |