Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 13, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UYAP Downloader", "version": "1.0", "author": "Istanbul Barosu Bilgi Islem", "description": "UYAP Avukat Portaldaki dosyalarinizi toplu olarak indirir.", "permissions": [ "downloads", "storage", "scripting", "unlimitedStorage" ], "background": { "service_worker": "bg.js" }, "host_permissions": [ "https:\/\/avukat.uyap.gov.tr\/", "<all_urls>" ], "action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "index.html", "default_title": "UYAP Downloader" }, "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "80": "icon80.png", "128": "icon128.png" } }