Расширение позволяет загружать фотографии товаров в альбомы ВКонтакте через сервис tip-top-catalog.ru
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Тип-Топ Каталог - загрузка товаров ВКонтакте",
"description": "Расширение позволяет загружать фотографии товаров в альбомы ВКонтакте через сервис tip-top-catalog.ru",
"version": "1.5",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_48.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"permissions": [
"activeTab",
"<all_urls>"
]
}