Upwork Inifinte Scroll Chrome Extension
Scroll Inifintlty on your Upwork Website
What is Upwork Inifinte Scroll Chrome Extension?
Upwork Inifinte Scroll Chrome Extension is a Chrome extension developed by https://foxoyo.com, and its main feature is "Scroll Inifintlty on your Upwork Website".
Extension Screenshots
Download Upwork Inifinte Scroll Chrome Extension Extension CRX File
Download Upwork Inifinte Scroll Chrome Extension 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
Upwork Infinite Feed Scroll
Extension Basic Information
Name | Upwork Inifinte Scroll Chrome Extension |
ID | ldljfjpipjeijidaahneepmapnncpaji |
Official URL | https://chromewebstore.google.com/detail/upwork-inifinte-scroll-ch/ldljfjpipjeijidaahneepmapnncpaji |
Description | Scroll Inifintlty on your Upwork Website |
File Size | 43.75 KB |
Installation Count | 26 |
Current Version | 0.2 |
Last Updated | 2019-08-28 |
Publish Date | 2019-08-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://foxoyo.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upwork Inifinte Scroll Chrome Extension", "description": "Scroll Inifintlty on your Upwork Website", "version": "0.2", "browser_action": { "default_icon": "upwork_infinite_scroll.png", "default_popup": "popup.html", "default_title": "Foxoyo Tab" }, "icons": { "16": "upwork_infinite_scroll.png", "32": "upwork_infinite_scroll.png", "120": "upwork_infinite_scroll.png" }, "permissions": [ "https:\/\/upwork.com\/*", "https:\/\/www.upwork.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |