Dragnea Autocorrect
Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'
Dragnea Autocorrectとは何ですか?
Dragnea Autocorrectはologesaによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'」です。
拡張機能のスクリーンショット
Dragnea Autocorrect拡張機能のCRXファイルをダウンロード
Dragnea Autocorrect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | mndiplffmgmjagclpdgbbopkngnjjalp |
| 公式URL | https://chromewebstore.google.com/detail/dragnea-autocorrect/mndiplffmgmjagclpdgbbopkngnjjalp |
| 説明 | Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea' |
| ファイルサイズ | 5.56 KB |
| インストール数 | 128 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-11-03 |
| 公開日 | 2016-11-03 |
| 評価 | 5.00/5 合計 10 レビュー |
| 開発者 | ologesa |
| 支払い方法 | free |
| 対応言語 | ro |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dragnea Autocorrect",
"version": "1.0",
"description": "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |