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": 2, "name": "Voz Next Page", "version": "0.2", "description": "Vozforums Next Page Widget by Ninh #ReeganExE", "author": "Ninh Pham - #ReeganExE", "homepage_url": "http:\/\/lucdao.com", "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/jquery-ui.min.js", "js\/script.js" ], "css": [ "css\/style.css" ], "matches": [ "https:\/\/vozforums.com\/showthread.php*", "https:\/\/vozforums.com\/forumdisplay.php*" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/vozforums.com\/*" ], "icons": { "48": "voz-next.png", "128": "voz-next.png" } }