Turn off Youtube Comments toggle
Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
Vad är Turn off Youtube Comments toggle?
Turn off Youtube Comments toggle är en Chrome-tillägg utvecklad av Farhan, och dess huvudfunktion är "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.".
Tilläggsskärmbilder
Ladda ner Turn off Youtube Comments toggle-förlängningens CRX-fil
Ladda ner Turn off Youtube Comments toggle-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
************
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äggande Information om Tillägg
| Namn | |
| ID | oknkcmcepaahofjeifofaomnlbenbpdc |
| Officiell webbadress | https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc |
| Beskrivning | Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons. |
| Filstorlek | 43.69 KB |
| Antal Installationer | 1,133 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2015-12-27 |
| Publiceringsdatum | 2015-12-26 |
| Betyg | 3.11/5 Totalt 63 Betyg |
| Utvecklare | Farhan |
| Betalningssätt | free |
| Hjälpsida URL | http://twitter.com/farhanp |
| Stödda Språk | 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\/*"
]
}
]
} | |