Amazon Torch
Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews.
Amazon Torch क्या है?
Amazon Torch shickel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazon Torch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Amazon Torch embeds dynamic content from around the web directly into your current Amazon.com browser window. Competitive pricing, YouTube videos, additional images, product reviews, and seller reviews are all seamlessly integrated into the native Amazon interface. Information is automatically updated by navigating to a new Amazon product - each new page is populated with external content specific to that particular product that can be used to help make an informed buying decision. This extension is inactive until visiting an Amazon product page.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pcaoednmaffjchonkpccnghlmcohhmnj |
आधिकारिक URL | https://chromewebstore.google.com/detail/amazon-torch/pcaoednmaffjchonkpccnghlmcohhmnj |
विवरण | Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews. |
फ़ाइल का आकार | 552 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-08-14 |
प्रकाशन तिथि | 2013-08-13 |
डेवलपर | shickel |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "web_accessible_resources": [ "\/fancyBox\/source\/fancybox_overlay.png", "\/fancyBox\/source\/fancybox_sprite.png", "\/fancyBox\/source\/fancybox_loading.gif" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews.", "background": { "scripts": [ "jquery-1.9.1.js", "\/AWS Query Signer\/AWSQuerySigner.js", "\/AWS Query Signer\/ecmanaut.base64.js", "\/AWS Query Signer\/jssha256.js", "background.js", "productName.js", "prices.js", "youtube.js" ], "persistent": true }, "name": "Amazon Torch", "permissions": [ "tabs", "https:\/\/www.googleapis.com\/*", "http:\/\/webservices.amazon.com\/*", "https:\/\/webservices.amazon.com\/*", "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/gdata.youtube.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*", "http:\/\/www.bing.com\/*" ], "icons": { "128": "128torch.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "http:\/\/www.cnn.com\/*" ], "js": [ "jquery-1.9.1.js", "\/fancyBox\/source\/jquery.fancybox.js", "fancySETUP.js" ], "css": [ "\/fancyBox\/source\/jquery.fancybox.css" ] } ], "manifest_version": 2, "version": "1.1" } |