Turn off Youtube Comments toggle
Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
Hvad er Turn off Youtube Comments toggle?
Turn off Youtube Comments toggle er en Chrome-udvidelse udviklet af Farhan, og dens hovedfunktion er "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.".
Udvidelsesskærmbilleder
Download Turn off Youtube Comments toggle-udvidelses-CRX-fil
Download Turn off Youtube Comments toggle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
************
Dec 2015! Updated to work with the new Youtube UI !!!!!
************
Don't you just hate it when someone spoils a Youtube video in the comments?
With this extension you can turn on/off the comments.
Easily hide or show comments on youtube
Works with the new youtube.com layout
Please make sure to rate and review :) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oknkcmcepaahofjeifofaomnlbenbpdc |
| Officiel URL | https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc |
| Beskrivelse | Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons. |
| Filstørrelse | 43.69 KB |
| Antal Installationer | 1,133 |
| Nuværende Version | 2.0 |
| Senest Opdateret | 2015-12-27 |
| Udgivelsesdato | 2015-12-26 |
| Bedømmelse | 3.11/5 Samlet 63 Bedømmelser |
| Udvikler | Farhan |
| Betalingsmetode | free |
| Hjælpeside-URL | http://twitter.com/farhanp |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Turn off Youtube Comments toggle",
"version": "2.0",
"description": "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"js": [
"code.js"
],
"css": [
"css.css"
],
"run_at": "document_end",
"matches": [
"http:\/\/*.youtube.com\/*",
"https:\/\/*.youtube.com\/*"
]
}
]
} | |