Go to the next page
Try to go to the next website's page
What is Go to the next page?
Go to the next page is a Chrome extension developed by marcopiazzola, and its main feature is "Try to go to the next website's page".
Download Go to the next page Extension CRX File
Download Go to the next page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ajffmnhlepabalmbmhhjflghconjldkb |
Official URL | https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb |
Description | Try to go to the next website's page |
File Size | 10.05 KB |
Installation Count | 33 |
Current Version | 0.4 |
Last Updated | 2012-12-26 |
Publish Date | 2012-12-26 |
Rating | 1.00/5 Total 1 Ratings |
Developer | marcopiazzola |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go to the next page", "version": "0.4", "description": "Try to go to the next website's page", "permissions": [ "tabs" ], "browser_action": { "default_title": "Go to the next page", "default_icon": "icon.png" }, "background": { "persistent": false, "scripts": [ "content.js" ] }, "manifest_version": 2 } |