AutoPagerize
A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing.
What is AutoPagerize?
AutoPagerize is a Chrome extension developed by https://autopagerize.net, and its main feature is "A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing.".
Extension Screenshots
Download AutoPagerize Extension CRX File
Download AutoPagerize 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 | AutoPagerize |
ID | igiofjhpmpihnifddepnpngfjhkfenbp |
Official URL | https://chromewebstore.google.com/detail/autopagerize/igiofjhpmpihnifddepnpngfjhkfenbp |
Description | A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing. |
File Size | 302 KB |
Installation Count | 350,005 |
Current Version | 0.3.9 |
Last Updated | 2014-10-05 |
Publish Date | 2014-10-04 |
Rating | 4.26/5 Total 1011 Ratings |
Developer | https://autopagerize.net |
[email protected] | |
Payment Type | free |
Extension Website | http://autopagerize.net/ |
Supported Languages | en,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "homepage_url": "http:\/\/autopagerize.net\/", "content_scripts": [ { "js": [ "extension.js", "autopagerize.user.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing.", "name": "AutoPagerize", "permissions": [ "http:\/\/wedata.net\/*", "tabs" ], "background": { "page": "background.html" }, "options_page": "options.html", "version": "0.3.9", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_title": "Autopagerize for Chrome", "default_popup": "popup.html", "default_icon": "icons\/icon16.png" }, "default_locale": "en", "web_accessible_resources": [ "error.html", "loading.html", "loading.gif" ] } |