search popsike.com
for any eBay vinyl record, check prices on popsike.com
Wat is search popsike.com?
search popsike.com is een Chrome-extensie ontwikkeld door https://www.popsike.com, en de belangrijkste functie is "for any eBay vinyl record, check prices on popsike.com".
Extensie Screenshots
Download het CRX-bestand van de extensie search popsike.com
Download search popsike.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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). Basisinformatie over de Extensie
| Naam | |
| ID | ejknaijendfekkinlklljlbkopldonei |
| Officiële URL | https://chromewebstore.google.com/detail/search-popsikecom/ejknaijendfekkinlklljlbkopldonei |
| Beschrijving | for any eBay vinyl record, check prices on popsike.com |
| Bestandsgrootte | 48.15 KB |
| Aantal Installaties | 509 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2017-09-13 |
| Publicatiedatum | 2017-09-12 |
| Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://www.popsike.com |
| Betalingswijze | free |
| Extensiewebsite | http://www.popsike.com |
| Help Pagina-URL | http://www.popsike.com/php/contact.php |
| Ondersteunde Talen | 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"
]
} | |