Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_popup": "popup.html",
"default_title": "Steam TL Converter"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"matches": [
"https:\/\/store.steampowered.com\/*",
"https:\/\/steamcommunity.com\/market\/*",
"https:\/\/steamcommunity.com\/id\/*\/inventory*",
"https:\/\/steamcommunity.com\/profiles\/*\/inventory*",
"https:\/\/steamcommunity.com\/id\/*\/wishlist\/*",
"https:\/\/steamcommunity.com\/profiles\/*\/wishlist\/*",
"https:\/\/steamcommunity.com\/inventory\/*"
],
"run_at": "document_start"
}
],
"description": "Steam \u00fczerindeki USD fiyatlar\u0131n\u0131 TL'ye d\u00f6n\u00fc\u015ft\u00fcr\u00fcr. T\u00fcrk\u00e7e yama, Game Pass ve alternatif ma\u011faza fiyatlar\u0131n\u0131 an\u0131nda g\u00f6sterir.",
"host_permissions": [
"https:\/\/api.4zamlabs.space\/*"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo6vHQPxN0Y0OTFSRWytDcYLwaER0kf21Tut5eIK0odP9w\/PXk+s39FLqtf+6y5TqLbe11K8VELmDOu8uvmSPBcHK3eYN30TW5bhcpg5YtOuippoukOt586TMDq8iLFJv6ppf35+BggXxj6fiZZKbzbHNU4E7QMesPVEIa4LAsC1gP4ASqFm+40kCGGea5pbxYZt9F8zROmGQI\/rdU6RCSr17VF1ClrKrVOOvVLWK6qX65INmPvp1vKxZd8+GoJGboAJ8AT33h3wMgIHGIduH8l7xSxs+rhVRK+O4kD2SLjN698J4TdZvKnXFYdDyMc0kRuCnui7SsLmMfrQd82QPIQIDAQAB",
"manifest_version": 3,
"name": "4zamLabs - Steam TL Converter",
"permissions": [
"storage",
"tabs"
],
"version": "2.0.1",
"web_accessible_resources": [
{
"resources": [
"gp_styles.css",
"assets\/gamepass.png"
],
"matches": [
"https:\/\/store.steampowered.com\/*",
"https:\/\/steamcommunity.com\/*"
]
}
]
}