Ajax crawl urls
Switch page to escaped fragment version.
What is Ajax crawl urls?
Ajax crawl urls is a Chrome extension developed by Frushko MF, and its main feature is "Switch page to escaped fragment version.".
Download Ajax crawl urls Extension CRX File
Download Ajax crawl urls 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 | imfgflplbeljlcdjenifnjmpkamkacmm |
Official URL | https://chrome.google.com/webstore/detail/ajax-crawl-urls/imfgflplbeljlcdjenifnjmpkamkacmm |
Description | Switch page to escaped fragment version. |
File Size | 4.13 KB |
Installation Count | 109 |
Current Version | 1.1.1 |
Last Updated | 2015-07-08 |
Publish Date | 2015-07-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Frushko MF |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ajax crawl urls", "version": "1.1.1", "manifest_version": 2, "description": "Switch page to escaped fragment version.", "background": { "persistent": false, "scripts": [ "bj.js" ] }, "browser_action": { "default_icon": "seo_icon.png" }, "permissions": [ "activeTab", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/_escaped_fragment_=*" ], "js": [ "get_links.js" ] } ] } |