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", "version": "1.0.1", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "identity", "scripting", "downloads", "webRequest" ], "host_permissions": [ "*:\/\/ximagedownloader.com\/*", "*:\/\/*.x.com\/*", "*:\/\/*.twitter.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.x.com\/*", "*:\/\/*.twitter.com\/*" ], "js": [ "contentScript.js" ], "css": [ "style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1WNNZJxIV06blApz1pTBSKMOwT3AyGSPdVPfc8aOg05XzAo\/D1hnzmBMv3NEeHD2lTQRYY1+Z\/aTiV9v4N4pww8mwrI+s\/pakdj1F7q20ChJu1t1mjvRln8K6PziIAmVYoe1+LNvXhRQ5hW6Zcbj0smcC\/js9jdADkRpj8DTf64R2nnybqGRjIVl5LH1s58jQyXAwurWvduOYi4km5cgLG\/3bLVCJREAsVZqE8ZG0uD8wQNIFlJ4NANdsk9IiwTeWZ1F9y5wzEfNnXL04lUeziuYABVfe2daoTxSz8185mXXgf8vWanSiAmhSKHf1cwvpQi2Bz5PYF393eSF\/E6RkwIDAQAB", "oauth2": { "client_id": "156960386782-7217tm66rbi4nhq4piskg83nob5lcol6.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*", "injected.js" ], "matches": [ "<all_urls>" ] } ] }