Version 1.3.9 View in Chrome Web Store
https://www.jiocinema.com/ | https://mui.com/production-error/?code= | |
https://reactjs.org/docs/error-decoder.html?invariant= | http://www.w3.org/1999/xlink | |
http://www.w3.org/XML/1998/namespace | http://www.w3.org/2000/svg | |
http://www.w3.org/1998/Math/MathML | http://www.w3.org/1999/xhtml | |
https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/ | https://cdn.jsdelivr.net/npm/emoji-datasource-facebook/img/facebook/64/ | |
https://cdn.jsdelivr.net/npm/emoji-datasource-twitter/img/twitter/64/ | https://cdn.jsdelivr.net/npm/emoji-datasource-google/img/google/64/ | |
https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md# | https://socket.io/docs/v3/migrating-from-2-x-to-3-0/ | |
https://vc.iplparty.com | http://akash.com/img | |
https://chromewebstore.google.com/detail/ipl-party/ | https://peerjs.com | |
https://github.com/peers/peerjs/issues | https://github.com/peers/peerjs | |
https://opencollective.com/peer | https://fonts.googleapis.com | |
https://fonts.gstatic.com | https://fonts.googleapis.com/css2?family=Inter:wght@100 | |
https://clients2.google.com/service/update2/crx |
{ "name": "IPL watch party with video chat", "icons": { "16": "images/icons/grey16.png", "32": "images/icons/red32.png", "64": "images/icons/red64.png", "128": "images/icons/red128.png" }, "action": { "default_popup": "index.html" }, "version": "1.3.9", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Activate this chrome extension to view IPL matches together with your friends through one click 🏏👫", "permissions": [ "tabs", "storage", "contentSettings", "notifications" ], "content_scripts": [ { "js": [ "react-app-holder.js" ], "run_at": "document_end", "matches": [ "<all_urls>" ] }, { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "<all_urls>" ] } ], "host_permissions": [ "*://*/*" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "images/*", "fonts/*", "videoScript.js", "images/icons/*" ] } ] }