Youtube Shorts Auto Scroll - Productivity++
Automatically scrolls when a Youtube Short ends.
Apa itu Youtube Shorts Auto Scroll - Productivity++?
Youtube Shorts Auto Scroll - Productivity++ adalah ekstensi Chrome yang dikembangkan oleh Productivity ++, dan fitur utamanya adalah "Automatically scrolls when a Youtube Short ends.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube Shorts Auto Scroll - Productivity++
Unduh file ekstensi Youtube Shorts Auto Scroll - Productivity++ 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
You can also change weather it automatically scrolls in the popup. Instructions will be given when the extension is installed! Made with ❤️ from the team at Productivity ++. New version: Fixed bug where if you were on YouTube and then went to a short, it wouldn't work until reload. Other bugs fixed
Informasi Dasar Ekstensi
Nama | Youtube Shorts Auto Scroll - Productivity++ |
ID | bmjbgjndjeinofbgoanhkdgeclbfdbpm |
URL Resmi | https://chromewebstore.google.com/detail/youtube-shorts-auto-scrol/bmjbgjndjeinofbgoanhkdgeclbfdbpm |
Deskripsi | Automatically scrolls when a Youtube Short ends. |
Ukuran File | 618 KB |
Jumlah Instalasi | 332 |
Versi Saat Ini | 69.420 |
Terakhir Diperbarui | 2023-05-30 |
Tanggal Publikasi | 2023-05-29 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Productivity ++ |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Shorts Auto Scroll - Productivity++", "version": "69.420", "author": { "email": "[email protected]" }, "description": "Automatically scrolls when a Youtube Short ends.", "action": { "default_icon": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png" }, "default_title": "YT Shorts Autoscroll", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "scroll-plain.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" }, "permissions": [ "scripting", "activeTab" ] } |