Turn off Youtube Comments toggle
Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
Co to jest Turn off Youtube Comments toggle?
Turn off Youtube Comments toggle to rozszerzenie Chrome opracowane przez Farhan, a jego główną funkcją jest „Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Turn off Youtube Comments toggle
Pobierz pliki rozszerzeń Turn off Youtube Comments toggle w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
************
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 :) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oknkcmcepaahofjeifofaomnlbenbpdc |
| Oficjalny URL | https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc |
| Opis | Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons. |
| Rozmiar pliku | 43.69 KB |
| Liczba instalacji | 1,133 |
| Aktualna Wersja | 2.0 |
| Ostatnia Aktualizacja | 2015-12-27 |
| Data Publikacji | 2015-12-26 |
| Ocena | 3.11/5 Łącznie 63 Oceny |
| Deweloper | Farhan |
| Typ Płatności | free |
| Adres URL Strony Pomocy | http://twitter.com/farhanp |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |