Some Rich Asshole
Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
Some Rich Assholeとは何ですか?
Some Rich Assholeはdrewによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Donald Trump' with 'Some Rich Asshole'.」です。
拡張機能のスクリーンショット
Some Rich Asshole拡張機能のCRXファイルをダウンロード
Some Rich Asshole拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"
拡張機能の基本情報
名前 | |
ID | hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
公式URL | https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
説明 | Replaces the text 'Donald Trump' with 'Some Rich Asshole'. |
ファイルサイズ | 33.73 KB |
インストール数 | 603 |
現在のバージョン | 1.2 |
最終更新日 | 2015-09-17 |
公開日 | 2015-09-17 |
評価 | 4.81/5 合計 72 レビュー |
開発者 | drew |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | http://somerichasshole.com |
ヘルプページのURL | http://somerichasshole.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Rich Asshole", "version": "1.2", "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |