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", "name": "Triple Copy Paste", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430", "version": "1.0", "manifest_version": 3, "icons": [], "action": { "default_popup": "\/html\/popup.html" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "\/html\/popup_item.html", "\/style\/content.css" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "\/script\/content.js" ], "run_at": "document_idle" } ], "background": [] }