Unstumpable
Replace Trump
Unstumpableとは何ですか?
UnstumpableはGary Spagnoliによって開発されたChromeの拡張機能で、その主な機能は「Replace Trump」です。
拡張機能のスクリーンショット
Unstumpable拡張機能のCRXファイルをダウンロード
Unstumpable拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a useless extension I created just to learn how to create extensions. It filters out any reference to Donald Trump to his true self, Pepe Trump. 拡張機能の基本情報
| 名前 | |
| ID | olgihcknlpdaiabajdhbmcmdmfhondae |
| 公式URL | https://chromewebstore.google.com/detail/unstumpable/olgihcknlpdaiabajdhbmcmdmfhondae |
| 説明 | Replace Trump |
| ファイルサイズ | 5.2 KB |
| インストール数 | 13 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2016-01-03 |
| 公開日 | 2016-01-03 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | Gary Spagnoli |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Unstumpable",
"description": "Replace Trump",
"version": "0.1",
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |