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": "__MSG_appName__", "version": "1.0.2", "description": "__MSG_appDesc__", "manifest_version": 3, "author": "XTCodeTech", "background": { "service_worker": "background.js" }, "permissions": [ "identity", "identity.email", "tabs", "storage", "webRequest", "downloads" ], "host_permissions": [ "https:\/\/*.x.com\/*" ], "action": { "default_title": "__MSG_appName__", "default_icon": ".\/imgs\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.x.com\/*", "http:\/\/*.x.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "\/imgs\/icon128.png", "32": "\/imgs\/icon128.png", "48": "\/imgs\/icon128.png", "128": "\/imgs\/icon128.png" }, "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2bZR2cFSWG3+Cr9hda1POJXj7sbOK6Z\/l6S95dL50Z0jB2pb4cziR3HD51Ga7REqkri3um044c3Yx2G3V\/5\/gNikBF7SobOMSRv7NggcryMj0i9EpukSlnz0OxUrLQ8k5J+Eeulr5Ng8QK5zvsvSVkOn8sA5HbYbHabibXvHhrXa\/t2O3P+6\/vSpmXXa5Tk\/2an6uf7Shh0nftcf4u0dTY9UGT+8hzdrublNIlWcK56tRR8E4YRJmh+QXM7bdWo9lKg5FLb3SmahENp381Hs3lr+44TjzjH+iZzwxX4XtOb24HvIhdwXTQvUyNBwPgafm2PUtjCo52XowRiUQ\/nUkwIDAQAB" }