Search for parts
Helps to search for parts in Russia
什麼是Search for parts?
Search for parts是由https://bmirussian.tv開發的Chrome擴展程式,該擴展的主要功能是“Helps to search for parts in Russia”。
擴展截圖
下載Search for parts擴展crx文件
下載Search for parts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Помогает искать запчасти на ebay, emex, avito, farpost и многих других. 擴展基本資訊
| 名稱 | |
| ID | bejfeflhbmfpdgfngfghkbekemnhemdn |
| 官方網址 | https://chromewebstore.google.com/detail/search-for-parts/bejfeflhbmfpdgfngfghkbekemnhemdn |
| 簡介 | Helps to search for parts in Russia |
| 檔案大小 | 1.35 MB |
| 安裝次數 | 47 |
| 目前版本 | 1.0.11 |
| 更新時間 | 2020-06-22 |
| 上架時間 | 2020-06-22 |
| 開發者 | https://bmirussian.tv |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_title__",
"short_name": "__MSG_extension_title__",
"description": "__MSG_extension_desc__",
"version": "1.0.11",
"manifest_version": 2,
"default_locale": "ru",
"browser_action": {
"default_popup": "main.html",
"default_icon": "icon128.png"
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"js\/jquery\/jquery-3.1.1.min.js",
"js\/common.js",
"js\/background.js"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAubGja0dxbE6mxo3SwDVNZebDpLWd9\/4UOCuXQNDt9tlpy7JGbTjh1pAp87rOORRG1Ky7nUVMqv\/7+e4mrp+nuQd5OXiKxoLho6+hOkrMbSpZm6ssOq2nTBXIDNc7nahc7rWGWsWKt\/R2ORAiSb6jEwFWfF+uekVcbKbiD0lacipiXu4gI8Io4mBQbYW0BdA4+OmKnDcK39+uHfcHzuLsMCMYWZq3x9m2I2Xvyb9PiZyx9l4W9LlJI8Q1vcXigrEtQLZIeLzlHkJvloSshrdRXInOij+Z6m+HU24hMxLn89byWtcid3n53HUGHVYGhNKCzt7R1VUHQenh0PF8Ov3ukwIDAQAB",
"options_page": "options.html",
"content_scripts": [
{
"js": [
"js\/jquery\/jquery-3.1.1.min.js",
"js\/common.js",
"content_drom.js"
],
"matches": [
"https:\/\/*.drom.ru\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/jquery\/jquery-3.1.1.min.js",
"js\/common.js",
"content_exist.js"
],
"matches": [
"https:\/\/*.exist.ru\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/jquery\/jquery-3.1.1.min.js",
"js\/common.js",
"content_epcdata.js"
],
"matches": [
"https:\/\/*.epcdata.ru\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/jquery\/jquery-3.1.1.min.js",
"js\/common.js",
"content_emex.js"
],
"matches": [
"https:\/\/*.emex.ru\/*"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"https:\/\/bmirussian.tv\/*",
"https:\/\/localhost:44310\/*",
"https:\/\/*.emex.ru\/*",
"https:\/\/*.epcdata.ru\/*",
"https:\/\/*.drom.ru\/*",
"https:\/\/*.exist.ru\/*"
]
} | |