Categories
-
Intl Delivery
via FedEx or DHL
-
Support 24/7
Online 24 hours
-
Free return
90 Days
-
payment method
Secure payment
Filter
jQuery(function($) {
new Shopify.OptionSelectors('product-selectors', {
product: {"id":7585541882038,"title":"Titan Motorsports A90 \/ A91 Toyota MKV Supra Methanol Injection Kit","handle":"titan-motorsports-a90-a91-toyota-mkv-supra-methanol-injection-kit","description":"\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eTitan Motorsports in partnership with Snow Performance has developed a high-quality methanol injection system for the 2019+ A90 MKV Supra. The backbone of the kit is a Titan CNC machined billet injection plate, designed to mount post throttle body for optimum atomization. The plate incorporates 2 NPT ports, one for the included methanol injector and a second which can be used for boost reference or additional sensors. The factory intake manifold is plastic, to protect the delicate double threads we’ve included a stainless stud conversion kit.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eThe Snow Performance Injection molded 3 Quart tank ensures an ample amount of methanol reserve is on hand and stored safely. We recommend mounting this under the passenger side cowling, allowing it to be easily accessed for refilling while out of sight. Methanol is injected using a robust Snow 300 PSI high performance pump, supplied with 20ft of Nylon line and quick disconnects for ease of installation. An inline solenoid prevents siphoning during non-injection stages. Utilizing boost reference, the VC-30 electronic methanol controller allows users to set a configurable start injection point and final boost point allow for finely tuned progressive injection. The included gauge incorporates with the low-level sensor and blinking LED gauge face to ensure the user is alerted when the methanol supply is depleted. The kit includes all mounting hardware, 2 nozzles and one nozzle holder making it 100% plug and play.\u003c\/span\u003e","published_at":"2023-04-19T13:24:48-04:00","created_at":"2023-04-19T13:24:48-04:00","vendor":"Stocky AutoWorks","type":"","tags":["a90","A91","Engine","Fuel Delivery","Methanol Injection","Titan Motorsports"],"price":60000,"price_min":60000,"price_max":70000,"available":true,"price_varies":true,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":42207441354934,"title":"Bracket (Yes)","option1":"Bracket (Yes)","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Titan Motorsports A90 \/ A91 Toyota MKV Supra Methanol Injection Kit - Bracket (Yes)","public_title":"Bracket (Yes)","options":["Bracket (Yes)"],"price":70000,"weight":4536,"compare_at_price":null,"inventory_management":null,"barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":42207441387702,"title":"Bracket (No)","option1":"Bracket (No)","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Titan Motorsports A90 \/ A91 Toyota MKV Supra Methanol Injection Kit - Bracket (No)","public_title":"Bracket (No)","options":["Bracket (No)"],"price":60000,"weight":4536,"compare_at_price":null,"inventory_management":null,"barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stockyautoworks.com\/cdn\/shop\/products\/TitanMethKit.webp?v=1681925089"],"featured_image":"\/\/stockyautoworks.com\/cdn\/shop\/products\/TitanMethKit.webp?v=1681925089","options":["Material"],"media":[{"alt":null,"id":26140103540918,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/stockyautoworks.com\/cdn\/shop\/products\/TitanMethKit.webp?v=1681925089"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/products\/TitanMethKit.webp?v=1681925089","width":1024}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eTitan Motorsports in partnership with Snow Performance has developed a high-quality methanol injection system for the 2019+ A90 MKV Supra. The backbone of the kit is a Titan CNC machined billet injection plate, designed to mount post throttle body for optimum atomization. The plate incorporates 2 NPT ports, one for the included methanol injector and a second which can be used for boost reference or additional sensors. The factory intake manifold is plastic, to protect the delicate double threads we’ve included a stainless stud conversion kit.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eThe Snow Performance Injection molded 3 Quart tank ensures an ample amount of methanol reserve is on hand and stored safely. We recommend mounting this under the passenger side cowling, allowing it to be easily accessed for refilling while out of sight. Methanol is injected using a robust Snow 300 PSI high performance pump, supplied with 20ft of Nylon line and quick disconnects for ease of installation. An inline solenoid prevents siphoning during non-injection stages. Utilizing boost reference, the VC-30 electronic methanol controller allows users to set a configurable start injection point and final boost point allow for finely tuned progressive injection. The included gauge incorporates with the low-level sensor and blinking LED gauge face to ensure the user is alerted when the methanol supply is depleted. The kit includes all mounting hardware, 2 nozzles and one nozzle holder making it 100% plug and play.\u003c\/span\u003e"},
onVariantSelected: selectCallback,
enableHistoryState: true
});
$('.selector-wrapper:eq(0)').prepend('');
$('.single-option-selector:eq(0)').val("Bracket (Yes)").trigger('change');
});
//get variant form url
var getVariant = function () {
var params;
var parser = document.createElement('a');
parser.href = window.location.href;
var query = parser.search.substring(1);
var vars = query.split('&');
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split('=');
var params = decodeURIComponent(pair[1]);
}
return params;
}
var showAddtocart = jQuery(".product-options-bottom").offset().top;
//check position to show form in bottom
function checkPosition(){
var scrollTop = jQuery(window).scrollTop();
if (scrollTop > showAddtocart) {
jQuery(".add-to-cart-fixed").addClass('active');
//sync variant : content form => bottom form
var idVariant = getVariant();
$("#second-select").val(idVariant);
} else {
jQuery(".add-to-cart-fixed").removeClass('active');
}
};
jQuery(window).scroll(function () {
checkPosition()
});
//send request in bottom form
jQuery(".button-addtocard").click(function(){
jQuery(".product-options-bottom #AddToCart-product-template").click();
});
//sync variant : content form => bottom form
jQuery('#second-select').change(function(){
data_variant1 = ($(this).find(':selected').data('variant1'));
data_variant2 = ($(this).find(':selected').data('variant2'));
data_variant3 = ($(this).find(':selected').data('variant3'));
if (data_variant1 != "") {
jQuery("#swatch-0-" + data_variant1).click();
}
if (data_variant2 != "") {
jQuery("#swatch-1-" + data_variant2).click();
}
if (data_variant3 != "") {
jQuery("#swatch-2-" + data_variant3).click();
}
});
Titan Motorsports A90 / A91 Toyota MKV Supra Methanol Injection Kit
$700.00
Titan Motorsports in partnership with Snow Performance has developed a high-quality methanol injection system for the 2019+ A90 MKV Supra. The backbone...
Titan Motorsports in partnership with Snow Performance has developed a high-quality methanol injection system for the 2019+ A90 MKV Supra. The backbone of the kit is a Titan CNC machined billet injection plate, designed to mount post throttle body for optimum atomization. The plate incorporates 2 NPT ports, one for the included methanol injector and a second which can be used for boost reference or additional sensors. The factory intake manifold is plastic, to protect the delicate double threads we’ve included a stainless stud conversion kit.
The Snow Performance Injection molded 3 Quart tank ensures an ample amount of methanol reserve is on hand and stored safely. We recommend mounting this under the passenger side cowling, allowing it to be easily accessed for refilling while out of sight. Methanol is injected using a robust Snow 300 PSI high performance pump, supplied with 20ft of Nylon line and quick disconnects for ease of installation. An inline solenoid prevents siphoning during non-injection stages. Utilizing boost reference, the VC-30 electronic methanol controller allows users to set a configurable start injection point and final boost point allow for finely tuned progressive injection. The included gauge incorporates with the low-level sensor and blinking LED gauge face to ensure the user is alerted when the methanol supply is depleted. The kit includes all mounting hardware, 2 nozzles and one nozzle holder making it 100% plug and play.
The Snow Performance Injection molded 3 Quart tank ensures an ample amount of methanol reserve is on hand and stored safely. We recommend mounting this under the passenger side cowling, allowing it to be easily accessed for refilling while out of sight. Methanol is injected using a robust Snow 300 PSI high performance pump, supplied with 20ft of Nylon line and quick disconnects for ease of installation. An inline solenoid prevents siphoning during non-injection stages. Utilizing boost reference, the VC-30 electronic methanol controller allows users to set a configurable start injection point and final boost point allow for finely tuned progressive injection. The included gauge incorporates with the low-level sensor and blinking LED gauge face to ensure the user is alerted when the methanol supply is depleted. The kit includes all mounting hardware, 2 nozzles and one nozzle holder making it 100% plug and play.
Your order of $100 or more gets free standard delivery.
- Standard delivered 4-5 Business Days
- Express delivered 2-4 Business Days
Orders are processed and delivered Monday-Friday (excluding public holidays)
eMarket members enjoy free returns.
Chat with Us