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 |
官方網址 | 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 |
電子郵箱 | [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:\/\/*\/*" ] } |