Nuke Code Search
Nutting has never been this simple.
Nuke Code Searchとは何ですか?
Nuke Code SearchはKurosagiによって開発されたChromeの拡張機能で、その主な機能は「Nutting has never been this simple.」です。
拡張機能のスクリーンショット
Nuke Code Search拡張機能のCRXファイルをダウンロード
Nuke Code Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Let you search nhentai code, either by selecting the code in your browser and right clicking on "Go to .." or by searching manually when clicking on the icon in the right corner of your browser.
拡張機能の基本情報
名前 | |
ID | padpokjkfhjbibkflcmnmhieddogigmc |
公式URL | https://chrome.google.com/webstore/detail/nuke-code-search/padpokjkfhjbibkflcmnmhieddogigmc |
説明 | Nutting has never been this simple. |
ファイルサイズ | 44.57 KB |
インストール数 | 243 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-03-17 |
公開日 | 2020-05-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Kurosagi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nuke Code Search", "author": "Kurosagi", "version": "1.0.2", "manifest_version": 2, "description": "Nutting has never been this simple.", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus", "https:\/\/nhentai.to\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |