Youtube Shorts Plus
Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Vad är Youtube Shorts Plus?
Youtube Shorts Plus är en Chrome-tillägg utvecklad av ochengh, och dess huvudfunktion är "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".
Tilläggsskärmbilder
Ladda ner Youtube Shorts Plus-förlängningens CRX-fil
Ladda ner Youtube Shorts Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You can hide/show/change to video mode for all the Shorts on Youtube
Grundläggande Information om Tillägg
Namn | Youtube Shorts Plus |
ID | pfhceooeilmbnpglhjbaoiapbljoecaa |
Officiell webbadress | https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa |
Beskrivning | Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube |
Filstorlek | 65.33 KB |
Antal Installationer | 76 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2023-02-22 |
Publiceringsdatum | 2023-02-17 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | ochengh |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "manifest_version": 3, "name": "Youtube Shorts Plus", "version": "2.0", "description": "Youtube Shorts Plus - You can hide\/show\/change to video mode for all the Shorts on Youtube", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/third\/jquery.min.js", "blocker.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "icons": { "16": "\/image\/16x16.png", "32": "\/image\/32x32.png", "48": "\/image\/48x48.png", "128": "\/image\/128x128.png" }, "action": { "default_popup": "\/popup\/popup.html", "default_icon": { "16": "\/image\/16x16.png", "32": "\/image\/32x32.png", "48": "\/image\/48x48.png", "128": "\/image\/128x128.png" } }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |