Nutter

Add videos to your Nutter account right from the video page.

Nutter là gì?

Nutter là một tiện ích mở rộng Chrome được phát triển bởi http://nutter.io, và tính năng chính của nó là "Add videos to your Nutter account right from the video page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nutter

Tải xuống các tệp mở rộng Nutter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nutter Nutter
ID nkhcohbpmhkpcmipombcmiallbmlpged
URL Chính Thức https://chrome.google.com/webstore/detail/nutter/nkhcohbpmhkpcmipombcmiallbmlpged
Mô tả Add videos to your Nutter account right from the video page.
Kích Thước Tệp 277 KB
Số Lần Cài Đặt 128
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2017-04-02
Ngày Phát Hành 2017-04-02
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://nutter.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://nutter.io
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}