RotateYoutube
Rotate Youtube Videos
Wat is RotateYoutube?
RotateYoutube is een Chrome-extensie ontwikkeld door TheMasterKey, en de belangrijkste functie is "Rotate Youtube Videos".
Extensie Screenshots
Download het CRX-bestand van de extensie RotateYoutube
Download RotateYoutube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Rotate Youtube Videos for Fun Basisinformatie over de Extensie
| Naam | |
| ID | odhcpcjgkejkhnljelfacpkgmhpllinc |
| Officiële URL | https://chrome.google.com/webstore/detail/odhcpcjgkejkhnljelfacpkgmhpllinc |
| Beschrijving | Rotate Youtube Videos |
| Bestandsgrootte | 13.37 KB |
| Aantal Installaties | 133 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-03-22 |
| Publicatiedatum | 2020-03-22 |
| Ontwikkelaar | TheMasterKey |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RotateYoutube",
"version": "1.0.0",
"description": "Rotate Youtube Videos",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_end"
}
],
"icons": {
"16": "Icon16.png",
"48": "Icon48.png",
"128": "Icon128.png"
},
"browser_action": {
"default_title": "RotateYoutube"
},
"web_accessible_resources": [
"script.js"
]
} | |