Upwork Inifinte Scroll Chrome Extension
Scroll Inifintlty on your Upwork Website
Wat is Upwork Inifinte Scroll Chrome Extension?
Upwork Inifinte Scroll Chrome Extension is een Chrome-extensie ontwikkeld door https://foxoyo.com, en de belangrijkste functie is "Scroll Inifintlty on your Upwork Website".
Extensie Screenshots
Download het CRX-bestand van de extensie Upwork Inifinte Scroll Chrome Extension
Download Upwork Inifinte Scroll Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Upwork Infinite Feed Scroll Basisinformatie over de Extensie
| Naam | |
| ID | ldljfjpipjeijidaahneepmapnncpaji |
| Officiële URL | https://chromewebstore.google.com/detail/upwork-inifinte-scroll-ch/ldljfjpipjeijidaahneepmapnncpaji |
| Beschrijving | Scroll Inifintlty on your Upwork Website |
| Bestandsgrootte | 43.75 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2019-08-28 |
| Publicatiedatum | 2019-08-24 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://foxoyo.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |