Florida Man Replacer by Citations Needed
Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.
Florida Man Replacer by Citations Neededとは何ですか?
Florida Man Replacer by Citations NeededはCitations Neededによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.」です。
拡張機能のスクリーンショット
Florida Man Replacer by Citations Needed拡張機能のCRXファイルをダウンロード
Florida Man Replacer by Citations Needed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
https://www.patreon.com/citationsneededpodcast
拡張機能の基本情報
名前 | Florida Man Replacer by Citations Needed |
ID | jiaioinifmjihealclmeahbdpagleidd |
公式URL | https://chromewebstore.google.com/detail/florida-man-replacer-by-c/jiaioinifmjihealclmeahbdpagleidd |
説明 | Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'. |
ファイルサイズ | 11.36 KB |
インストール数 | 82 |
現在のバージョン | 1.0 |
最終更新日 | 2019-04-22 |
公開日 | 2019-04-18 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Citations Needed |
支払い方法 | free |
拡張機能のウェブサイト | https://www.patreon.com/citationsneededpodcast |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Florida Man Replacer by Citations Needed", "version": "1.0", "description": "Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |