Instant Page
instant.page Chrome Extension
What is Instant Page?
Instant Page is a Chrome extension developed by cagdasdag81, and its main feature is "instant.page Chrome Extension".
Extension Screenshots
Download Instant Page Extension CRX File
Download Instant 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
This is a chrome extension for use instant.page for all websites. Before a user clicks on a link, they hover their mouse over that link. When a user has hovered for 65 ms there is one chance out of two that they will click on that link, so instant.page starts preloading at this moment, leaving on average over 300 ms for the page to preload. You can check detailed description on : http://instant.page
Extension Basic Information
Name | |
ID | hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Official URL | https://chrome.google.com/webstore/detail/instant-page/hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Description | instant.page Chrome Extension |
File Size | 7.56 KB |
Installation Count | 202 |
Current Version | 1.0 |
Last Updated | 2019-02-16 |
Publish Date | 2019-02-12 |
Rating | 3.00/5 Total 2 Ratings |
Developer | cagdasdag81 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Page", "version": "1.0", "manifest_version": 2, "author": "\u00c7a\u011fda\u015f Da\u011f", "description": "instant.page Chrome Extension", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |