Cuck to Smurf
This extension squanches the word cuck to smurf.
Cuck to Smurfとは何ですか?
Cuck to SmurfはAfalによって開発されたChromeの拡張機能で、その主な機能は「This extension squanches the word cuck to smurf.」です。
Cuck to Smurf拡張機能のCRXファイルをダウンロード
Cuck to Smurf拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This changes "cuck" and variants to "smurf" because they're literally interchangeable at this point.
拡張機能の基本情報
名前 | |
ID | ofphpecnggajokednpbnbghnlloaccco |
公式URL | https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco |
説明 | This extension squanches the word cuck to smurf. |
ファイルサイズ | 24.47 KB |
インストール数 | 13 |
現在のバージョン | 1.0 |
最終更新日 | 2016-05-06 |
公開日 | 2016-05-06 |
開発者 | Afal |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cuck to Smurf", "description": "This extension squanches the word cuck to smurf.", "version": "1.0", "icons": { "128": "smurf.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |