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 Jul 02, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "XSide", "name": "XSide | Using X on the sidePanel", "description": "Using X directly within the side panel instead of having to open a new tab simpler and more convenient.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "action": { "default_icon": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" } }, "manifest_version": 3, "version": "1.0.0.1", "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "permissions": [ "cookies", "sidePanel", "declarativeNetRequest", "webRequest", "storage" ], "declarative_net_request": { "rule_resources": [ { "id": "cors_rule", "enabled": true, "path": "rules\/rule.json" } ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "static\/content_scripts\/main.js" ], "css": [ "static\/content_css\/main.css" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "images\/*", "svg\/*", "static\/*", "pages\/*", "fonts\/*", "scripts\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' " }, "background": { "service_worker": "service_worker\/background.bundle.js" }, "externally_connectable": { "matches": [ "https:\/\/x.com\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg9\/Hhx4jIpBsoTLxC30a41lCctDxWEClI0A81grV+Yk61zROJkom21ui1Z0gHCMIpFqtFjBAd2J+RH6OliYTEZYpFejn\/k1T+NfvCMVOrjtir1SUvccUL5XFNC+fMqVA8XFlw4SjbcDVCeSkdNJ8\/MhyIG\/d5tnodsgmmoYBWlxtutMOAksSwrKhq\/LvbonTo2TxfLkeLMOQW0ueBn95auyvX2Tg2Kw4ozCXCpAV4W3\/KipTjoTB17Rf5Mljds\/\/Iy3yo4KTZ6CvjA55GI\/coP8ZEFahvsFU3kjUm8P4GCnzE7v26LbR1TqucW4mrrOMGkg43OQ1lBXX8ElioJGzQQIDAQAB" }