Version 1.3.1 View in Chrome Web Store
https://clients2.google.com/service/update2/crx | https://twlistwexport.extensionsfox.com/ | |
http://www.w3.org/2000/svg | http://www.w3.org/1999/xlink | |
http://momentjs.com/guides/#/warnings/define-locale/ | http://momentjs.com/guides/#/warnings/js-date/ | |
http://momentjs.com/guides/#/warnings/min-max/ | http://momentjs.com/guides/#/warnings/add-inverted-param/ | |
http://momentjs.com/guides/#/warnings/zone/ | http://momentjs.com/guides/#/warnings/dst-shifted/ | |
https://api.extensionsfox.com/v1 | https://extensionsfox.com/checkout | |
https://twlistexport.extensionsfox.com/ | https://twitter.com/ | |
https://x.com/ | https://x.com/i/lists/ | |
https://x.com/i/lists/1321186052036456449/members | https://chromewebstore.google.com/detail/ | |
https://github.com/uuidjs/uuid#getrandomvalues-not-supported | https://www.x.com/ | |
http://sheetjs.com | http://schemas.openxmlformats.org/package/2006/metadata/core-properties | |
http://schemas.openxmlformats.org/officeDocument/2006/custom-properties | http://schemas.openxmlformats.org/officeDocument/2006/extended-properties | |
http://schemas.openxmlformats.org/package/2006/content-types | http://schemas.openxmlformats.org/package/2006/relationships | |
http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments | http://purl.org/dc/elements/1.1/ | |
http://purl.org/dc/terms/ | http://purl.org/dc/dcmitype/ | |
http://schemas.microsoft.com/office/mac/excel/2008/main | http://schemas.openxmlformats.org/officeDocument/2006/relationships | |
http://schemas.openxmlformats.org/package/2006/sheetjs/core-properties | http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes | |
http://www.w3.org/2001/XMLSchema-instance | http://www.w3.org/2001/XMLSchema | |
http://schemas.openxmlformats.org/spreadsheetml/2006/main | http://purl.oclc.org/ooxml/spreadsheetml/main | |
http://schemas.microsoft.com/office/excel/2006/main | http://schemas.microsoft.com/office/excel/2006/2 | |
http://www.w3.org/TR/REC-html40 | http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument | |
http://sheetjs.openxmlformats.org/officeDocument/2006/relationships/officeDocument | http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink | |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing | http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath | |
http://schemas.microsoft.com/office/2006/relationships/xlExternalLinkPath/xlPathMissing | http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink | |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml | http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps | |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments | http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties | |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties | http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties | |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings | http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles | |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme | http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart | |
http://schemas.microsoft.com/office/2014/relationships/chartEx | http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet | |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet | http://purl.oclc.org/ooxml/officeDocument/relationships/worksheet | |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/dialogsheet | http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet | |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/image | http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing | |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata | http://schemas.microsoft.com/office/2017/10/relationships/threadedComment | |
http://schemas.microsoft.com/office/2017/10/relationships/person | http://schemas.microsoft.com/office/2006/relationships/vbaProject | |
http://docs.oasis-open.org/ns/office/1.2/meta/ | http://docs.oasis-open.org/ns/office/1.2/meta/pkg# | |
http://www.w3.org/1999/02/22-rdf-syntax-ns# | http://schemas.openxmlformats.org/drawingml/2006/main | |
http://schemas.microsoft.com/office/spreadsheetml/2017/richdata | http://schemas.microsoft.com/office/spreadsheetml/2017/dynamicarray | |
http://www.w3.org/1998/Math/MathML | http://openoffice.org/2004/office | |
http://openoffice.org/2004/writer | http://openoffice.org/2004/calc |
{ "name": "__MSG_extName__", "icons": { "16": "assets/icon-512.png", "48": "assets/icon-512.png", "128": "assets/icon-512.png" }, "action": { "default_icon": "assets/icon-512.png", "default_popup": "./dist/popup/index.html" }, "version": "1.3.1", "background": { "service_worker": "./dist/background/index.mjs" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_extDescription__", "permissions": [ "storage", "webRequest", "unlimitedStorage" ], "homepage_url": "https://twlistwexport.extensionsfox.com/", "default_locale": "en", "content_scripts": [ { "js": [ "./dist/contentScripts/index.global.js" ], "run_at": "document_end", "matches": [ "https://*.twitter.com/*", "https://*.x.com/*" ] } ], "host_permissions": [ "*://*.twitter.com/*", "*://*.x.com/*" ], "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "dist/contentScripts/style.css", "assets/*" ] } ] }