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", "manifest_version": 3, "name": "Show YouTube Search Results Rank", "version": "1.1", "description": "Displays the rank of YouTube search results directly on the page.", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "icons": { "16": "icons\/16-rank.png", "32": "icons\/32-rank.png", "48": "icons\/48-rank.png", "128": "icons\/128-rank.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ] }