Nutter
Add videos to your Nutter account right from the video page.
Nutterとは何ですか?
Nutterはhttp://nutter.ioによって開発されたChromeの拡張機能で、その主な機能は「Add videos to your Nutter account right from the video page.」です。
拡張機能のスクリーンショット
Nutter拡張機能のCRXファイルをダウンロード
Nutter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find that perfect nut with Nutter! Add any porn videos from any site to your Nutter account. No sign up required. Completely free. Click the chrome extension to add any video or all open tabs. This will add all the videos on all your open tabs instantly to your free Nutter account. You can then pause and play the videos from there. The videos look like a grid, so you can see them all. Works on all porn sites (even Youtube + Instagram) Enjoy! send feedback please to [email protected]
拡張機能の基本情報
名前 | |
ID | nkhcohbpmhkpcmipombcmiallbmlpged |
公式URL | https://chrome.google.com/webstore/detail/nutter/nkhcohbpmhkpcmipombcmiallbmlpged |
説明 | Add videos to your Nutter account right from the video page. |
ファイルサイズ | 277 KB |
インストール数 | 128 |
現在のバージョン | 2.1 |
最終更新日 | 2017-04-02 |
公開日 | 2017-04-02 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | http://nutter.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://nutter.io |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nutter", "description": "Add videos to your Nutter account right from the video page.", "version": "2.1", "icons": { "128": "assets\/img\/icon.png", "48": "assets\/img\/icon.png", "16": "assets\/img\/icon.png" }, "web_accessible_resources": [ "assets\/img\/icon.png", "assets\/img\/added.png", "assets\/js\/jquery.js", "assets\/js\/app.js", "assets\/js\/clickaction.js", "assets\/css\/style.css" ], "browser_action": { "default_icon": "assets\/img\/icon.png", "default_title": "Nutter", "default_popup": "views\/popup.html" }, "background": { "scripts": [ "assets\/js\/clickaction.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/js\/jquery.js", "assets\/js\/vue.js", "assets\/js\/app.js" ], "css": [ "assets\/css\/style.css" ] } ], "permissions": [ "activeTab", "tabs", "storage", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/*", "https:\/\/*\/*" ] } |