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", "manifest_version": 3, "name": "Instagram Direct Auto Sender", "version": "1.0", "description": "\u7ed9 Instagram Direct \u5217\u8868\u4e0a\u7684\u597d\u53cb\u81ea\u52a8\u53d1\u6d88\u606f\uff0c\u53d1\u9001\u95f4\u9694\u53ef\u8bbe\u7f6e\u4e3a\u968f\u673a\u65f6\u95f4\uff0c\u652f\u6301\u8bbe\u7f6e\u4ece\u7b2c\u51e0\u4e2a\u597d\u53cb\u5f00\u59cb\u53d1\u3002", "permissions": [ "activeTab", "clipboardWrite", "clipboardRead", "tabs", "https:\/\/www.instagram.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] }