Rumble video accelerator
Extension to speed up video in rumble
Vad är Rumble video accelerator?
Rumble video accelerator är en Chrome-tillägg utvecklad av https://willemallan.com.br, och dess huvudfunktion är "Extension to speed up video in rumble".
Tilläggsskärmbilder
Ladda ner Rumble video accelerator-förlängningens CRX-fil
Ladda ner Rumble video accelerator-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
Extension is to put a speed pattern on all rumble videos Grundläggande Information om Tillägg
| Namn | |
| ID | afedcnlnaijfabfnibpldpdkilbghgng |
| Officiell webbadress | https://chromewebstore.google.com/detail/rumble-video-accelerator/afedcnlnaijfabfnibpldpdkilbghgng |
| Beskrivning | Extension to speed up video in rumble |
| Filstorlek | 126 KB |
| Antal Installationer | 331 |
| Aktuell Version | 0.2.3 |
| Senast Uppdaterad | 2022-10-31 |
| Publiceringsdatum | 2022-10-30 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://willemallan.com.br |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Rumble video accelerator",
"description": "Extension to speed up video in rumble",
"version": "0.2.3",
"author": "Willem Allan",
"action": {
"default_popup": "index.html"
},
"icons": {
"16": "icons\/rumble-16.png",
"32": "icons\/rumble-32.png",
"64": "icons\/rumble-64.png",
"128": "icons\/rumble-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/rumble.com\/*",
"https:\/\/rumble.com\/*"
],
"js": [
"js\/jquery.js",
"js\/background.js"
]
}
],
"permissions": [
"storage"
]
} | |