Youtube - Noise Control
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
Vad är Youtube - Noise Control?
Youtube - Noise Control är en Chrome-tillägg utvecklad av Anders Moberg, och dess huvudfunktion är "This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…".
Ladda ner Youtube - Noise Control-förlängningens CRX-fil
Ladda ner Youtube - Noise Control-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 tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden. Grundläggande Information om Tillägg
| Namn | |
| ID | kibcpalpaedgigdjphcplmeligepkiem |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem |
| Beskrivning | This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and… |
| Filstorlek | 3.3 KB |
| Antal Installationer | 51 |
| Aktuell Version | 0.11 |
| Senast Uppdaterad | 2016-12-14 |
| Publiceringsdatum | 2016-12-14 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Anders Moberg |
| Betalningssätt | free |
| Tilläggswebbplats | http://a-moberg.com/ |
| Hjälpsida URL | https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube - Noise Control",
"version": "0.11",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"css": [
"youtube.css"
]
}
]
} | |