Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VideoBridge", "description": "Enable you to play youtube links inside facebook", "version": "1.1.0", "author": "Santa Bogdan <[email protected]>", "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "short_name": "MTS" }