Upwork Inifinte Scroll Chrome Extension
Scroll Inifintlty on your Upwork Website
Apa itu Upwork Inifinte Scroll Chrome Extension?
Upwork Inifinte Scroll Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh https://foxoyo.com, dan fitur utamanya adalah "Scroll Inifintlty on your Upwork Website".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Upwork Inifinte Scroll Chrome Extension
Unduh file ekstensi Upwork Inifinte Scroll Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Upwork Infinite Feed Scroll
Informasi Dasar Ekstensi
Nama | Upwork Inifinte Scroll Chrome Extension |
ID | ldljfjpipjeijidaahneepmapnncpaji |
URL Resmi | https://chromewebstore.google.com/detail/upwork-inifinte-scroll-ch/ldljfjpipjeijidaahneepmapnncpaji |
Deskripsi | Scroll Inifintlty on your Upwork Website |
Ukuran File | 43.75 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2019-08-28 |
Tanggal Publikasi | 2019-08-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://foxoyo.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |