Better YouTube on Small Screens
by VittGam
Vad är Better YouTube on Small Screens?
Better YouTube on Small Screens är en Chrome-tillägg utvecklad av VittGam.net, och dess huvudfunktion är "by VittGam".
Tilläggsskärmbilder
Ladda ner Better YouTube on Small Screens-förlängningens CRX-fil
Ladda ner Better YouTube on Small Screens-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
This extension tries to restore the style of the old (2013) YouTube style, which is better for small (1024x768, and also smaller 16:9 netbook) screens than the new (2014) one. (Also, the old style looks way better than the new one IMHO.) Grundläggande Information om Tillägg
| Namn | |
| ID | icpgpoiikflpniipkfjfnjgajbggmhma |
| Officiell webbadress | https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma |
| Beskrivning | by VittGam |
| Filstorlek | 3.79 KB |
| Antal Installationer | 12 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2014-11-30 |
| Publiceringsdatum | 2014-11-30 |
| Betyg | 3.00/5 Totalt 1 Betyg |
| Utvecklare | VittGam.net |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better YouTube on Small Screens",
"version": "1.1",
"description": "by VittGam",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"exclude_matches": [
"*:\/\/*.youtube.com\/embed\/*"
],
"css": [
"style.css"
]
}
],
"manifest_version": 2
} | |