2x Speed
Change video speed on the web page to 2x speed
Vad är 2x Speed?
2x Speed är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Change video speed on the web page to 2x speed".
Tilläggsskärmbilder
Ladda ner 2x Speed-förlängningens CRX-fil
Ladda ner 2x Speed-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
When this extension is clicked, this extension doubles the playback speed of the video in the page. Grundläggande Information om Tillägg
| Namn | |
| ID | olomblpgcmhcgpijaioadbecpidmmdmb |
| Officiell webbadress | https://chromewebstore.google.com/detail/2x-speed/olomblpgcmhcgpijaioadbecpidmmdmb |
| Beskrivning | Change video speed on the web page to 2x speed |
| Filstorlek | 37.39 KB |
| Antal Installationer | 1,652 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2019-07-18 |
| Publiceringsdatum | 2019-07-17 |
| Betyg | 3.75/5 Totalt 4 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/redshoga/2x-video-extension |
| Hjälpsida URL | https://github.com/redshoga/2x-video-extension/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "2x Speed",
"version": "0.0.1",
"description": "Change video speed on the web page to 2x speed",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
},
"background": {
"scripts": [
"background.js"
]
}
} | |