Nutter

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

Nutterคืออะไร?

Nutter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://nutter.io และคุณลักษณะหลักของมันคือ "Add videos to your Nutter account right from the video page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nutter

ดาวน์โหลดไฟล์ส่วนขยาย 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]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nutter Nutter
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
อีเมล [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:\/\/*\/*"
    ]
}