search popsike.com

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

Vad är search popsike.com?

search popsike.com är en Chrome-tillägg utvecklad av https://www.popsike.com, och dess huvudfunktion är "for any eBay vinyl record, check prices on popsike.com".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner search popsike.com-förlängningens CRX-fil

Ladda ner search popsike.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn search popsike.com search popsike.com
ID ejknaijendfekkinlklljlbkopldonei
Officiell webbadress https://chromewebstore.google.com/detail/search-popsikecom/ejknaijendfekkinlklljlbkopldonei
Beskrivning for any eBay vinyl record, check prices on popsike.com
Filstorlek 48.15 KB
Antal Installationer 509
Aktuell Version 1.2
Senast Uppdaterad 2017-09-13
Publiceringsdatum 2017-09-12
Betyg 3.00/5 Totalt 3 Betyg
Utvecklare https://www.popsike.com
Betalningssätt free
Tilläggswebbplats http://www.popsike.com
Hjälpsida URL http://www.popsike.com/php/contact.php
Stödda Språk 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"
    ]
}