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": "Youtube is not loading videos for me", "description": "Fix YouTube loading issues with ease! This extension helps resolve problems when videos aren't playing smoothly on YouTube.", "version": "1.1", "manifest_version": 3, "icons": { "128": "icons\/icons8-youtube-128.png", "256": "icons\/icons8-youtube-256.png", "512": "icons\/icons8-youtube-512.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" } }