search popsike.com
for any eBay vinyl record, check prices on popsike.com
ما هو search popsike.com؟
search popsike.com هو إضافة Chrome تم تطويرها بواسطة https://www.popsike.com، والميزة الرئيسية لها هي "for any eBay vinyl record, check prices on popsike.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة search popsike.com
قم بتنزيل ملفات الامتداد search popsike.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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). معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
]
} | |