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": "Google 100 Results: Now you can have this again in google search settings!", "description": "Get Google 100 Results - Now you are able to see 100 results on one page!", "version": "1.2.0.0", "author": "[email protected]", "manifest_version": 3, "icons": { "128": "images\/logo.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/search*" ], "js": [ "contentScript.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2KdXalMMgcsx4U6lnq0mobkD\/HyW0rXfgfIqAVvH2JBckreBb8\/dxu7EwcW99QaUZqZ4vjI4lwKCb4i433oqhQ\/S5RkWWkSOk0yoJemMxWmWKQb1gIOcHZsuwnS+QbxxmMz7gUcC9Zy6enzxEQrbiGYyjYXoSSv+po3jrQ\/E1LHDAkPRc2rKfj\/Sm+txu7A\/yyaoKSJ2qiZs0CkpbqC5GVmcEZe4zt869rczuUmn3AkNM0b9avSnm4HPS4LYyNbnbI4L1pRdWdvtWJX0f4qSXPNfPqNEEpVnmV9xLpPg+wdXSiE\/vphblYYmaZfWiZFl9O9UJ3w\/MiFJq4oUgHd6+QIDAQAB" }