Video player extension
More control over the video player
Vad är Video player extension?
Video player extension är en Chrome-tillägg utvecklad av dskloet, och dess huvudfunktion är "More control over the video player".
Tilläggsskärmbilder
Ladda ner Video player extension-förlängningens CRX-fil
Ladda ner Video player extension-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
Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.
Grundläggande Information om Tillägg
Namn | Video player extension |
ID | kkipdgnjllphhbcoapilfpmflipdblfl |
Officiell webbadress | https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl |
Beskrivning | More control over the video player |
Filstorlek | 24.99 KB |
Antal Installationer | 145 |
Aktuell Version | 0.8 |
Senast Uppdaterad | 2023-11-17 |
Publiceringsdatum | 2020-09-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | dskloet |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://dskl.net/screen/privacy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video player extension", "version": "0.8", "description": "More control over the video player", "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "manifest_version": 3 } |