search popsike.com
for any eBay vinyl record, check prices on popsike.com
search popsike.com क्या है?
search popsike.com https://www.popsike.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "for any eBay vinyl record, check prices on popsike.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में search popsike.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you looking at a vinyl record on eBay and wondering about the value ? With a click on the icon you will see a list of similar search terms with prices, taken from the popsike.com website. This gives you a quick overview - for more details, click on the listed items and you will be taken to the popsike.com website (in a new window).
एक्सटेंशन की मूल जानकारी
नाम | search popsike.com |
ID | ejknaijendfekkinlklljlbkopldonei |
आधिकारिक URL | https://chromewebstore.google.com/detail/search-popsikecom/ejknaijendfekkinlklljlbkopldonei |
विवरण | for any eBay vinyl record, check prices on popsike.com |
फ़ाइल का आकार | 48.15 KB |
स्थापना संख्या | 509 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2017-09-13 |
प्रकाशन तिथि | 2017-09-12 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.popsike.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.popsike.com |
सहायता पृष्ठ URL | http://www.popsike.com/php/contact.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "search popsike.com", "short_name": "popsike.com", "description": "for any eBay vinyl record, check prices on popsike.com ", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.popsike.com\/*" ], "js": [ "popup.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon24.png", "default_popup": "popup.html", "default_title": "search popsike.com!" }, "permissions": [ "declarativeContent", "activeTab" ] } |