Fat piece of fatty fat fat
This extension makes the news less depressing
Fat piece of fatty fat fatとは何ですか?
Fat piece of fatty fat fatはtrumpisafattyによって開発されたChromeの拡張機能で、その主な機能は「This extension makes the news less depressing」です。
拡張機能のスクリーンショット
Fat piece of fatty fat fat拡張機能のCRXファイルをダウンロード
Fat piece of fatty fat fat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension replaces variations of the word 'Trump' with variations of the word 'Fatty' in the hopes of making online news a little more bearable through fat shaming the world's most notorious fat shamer
拡張機能の基本情報
名前 | Fat piece of fatty fat fat |
ID | ikglpmmdgcodfghekcmccmmfcleoajjf |
公式URL | https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf |
説明 | This extension makes the news less depressing |
ファイルサイズ | 32.88 KB |
インストール数 | 42 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2017-07-14 |
公開日 | 2017-07-14 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | trumpisafatty |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fat piece of fatty fat fat", "short_name": "Fatty", "description": "This extension makes the news less depressing", "version": "0.0.0.1", "devtools_page": "devtools.html", "browser_action": { "default_icon": "golf_cart_128.png" }, "icons": { "128": "golf_cart_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |