search popsike.com

for any eBay vinyl record, check prices on popsike.com

What is search popsike.com?

search popsike.com is a Chrome extension developed by https://www.popsike.com, and its main feature is "for any eBay vinyl record, check prices on popsike.com".

Extension Screenshots

screenshot
screenshot

Download search popsike.com Extension CRX File

Download search popsike.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name search popsike.com search popsike.com
ID ejknaijendfekkinlklljlbkopldonei
Official URL https://chromewebstore.google.com/detail/search-popsikecom/ejknaijendfekkinlklljlbkopldonei
Description for any eBay vinyl record, check prices on popsike.com
File Size 48.15 KB
Installation Count 509
Current Version 1.2
Last Updated 2017-09-13
Publish Date 2017-09-12
Rating 3.00/5 Total 3 Ratings
Developer https://www.popsike.com
Payment Type free
Extension Website http://www.popsike.com
Help Page URL http://www.popsike.com/php/contact.php
Supported Languages 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"
    ]
}