Price
$58.58
$35.99
Save  $22.59

Anal Plug Vibrator with App Control Sex Toy for Men Women

color
Black New
Quantity
GETTING CLOSER! ONLY $69.00 AWAY FROM FREE SHIPPING!
Estimated delivery between 5-15 business days &WanbExpress
Description

A vibrating sex toy made of premium silicone for easy operation. The vibrators sex toys for men also come with a remote control and long-distance play capability with the free "Love Spouse" app. The vibrating butt plug vibrator is suitable for a collection of male adult toys and female adult toys.

7 Vibrating & Thrusting Modes for Different Needs, Multiple Pleasure

Thrusting prostate massager is designed with a bullet head, easier and more comfortable. Users can change the intensity of male sex toys prostate toy buttplug vibrations easily. This male vibrator adult toys for men also features 7 vibrating + 7 thrusting speeds, friendly for both newbies and pros.

Remote Interaction, Play Anywhere, No Matter How Far Apart

Bind the sex toy for man via Bluetooth, this butt plug prostate vibrator dildo can be paired to any smartphone from the app, which allows users to control the settings anywhere. The APP provides a variety of custom work modes. Chat with friends in the APP, voice or video, explore more experiences!

This adult toy for men is designed to be silent, allowing users to enjoy pleasure anytime and anywhere without disturbing others. All adult sex toys are shipped in a discreet package, keeping users' privacy the strictest confidential. A great addition to enjoy solo sex or couple foreplay!

Sex Toy for Men Women Couples, Get Pleasure and Health

Enjoy the smooth silicone surface, vibrating sensations and hands-free remote control fun. Adult sex toys prostate massagers can be enjoyed by any gender for great pleasure and new ways to play for adult sex toys & games. Rechargeable, waterproof (IPX6), and silky to touch, easy to clean.

Features

  • 【Anal Adult Toys with Smart APP Control】Our sex toys for men prostate massager can be controlled either manually or using APP, the APP provides a variety of custom work modes. Chat with friends in the APP, voice or video, discover more exciting things! By using this male sex toys anal plugs, let another control the sex rhythm. Couples could also customize vibration patterns via the APP, so users can get creative and then save the favorites for later adult sex toys & games.
  • 【7 Powerful Thrusting & Vibrating Modes】Differ from other male sex toy prostate vibrator and mens sex toys vibrating anal plug, this sex toys for men vibrating butt plug has two powerful motors inside and help users get different vibration in 7 modes at the same time, from gentle to strong. Multiple design features to optimize and elevate user's anal exploration and sex games. The tapered tip is excellent for beginners and more advanced players and provides direct prostate massaging pleasure.
  • 【Ergonomic Design & Remote Sex Toy for Men】The rounded top of the male sex toys anal dildo butt plug makes the adult toy easy to access, ergonomic and perfect for the private parts of body. This adult toys are not only for man as an adult toy anal vibrator but also for women or couple as a anal trainer, g spot vibrator or a thrusting butt plug. The remote control allows users to enjoy hands-free pleasure for solo or foreplay. Great men sex toys for butt sex beginners and experts!
  • 【Body-Safe,Waterproof & USB Rechargeable Adult Sex Toys】The mens sex toy remote control vibrator prostate toy is made of premium silicone, more comfortable to touch and use, more durable, easy to clean. And this men sex toy dildo silicone butt plug is IPX6 waterproof, making butt toys prostate massagers suitable for bath and shower time. With a magnetic USB charging cable, the male vibrator anal plug toys for sex toy men provides a long time of use, so that users can enjoy more lasting pleasure.

Specifications

  • Functions: 7 Thrusting & 7 Vibrating
  • Size: 4.0in * 7.6in
  • Insertable Diameter: 1.3in
  • Insertable Length: 4.9in
  • Control Tpe: Remote Control & APP Control
  • Power Type: USB Charging
  • Material: Silicone
  • Waterproof: IPX6

Free shipping over $69

Free shipping over $69

Customer service

24/7 Customer Service

Secure payment

accept Paypal & Credit Card

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.