Toggle YouTube Comments
Allows you to turn YouTube comments on or off.
Vad är Toggle YouTube Comments?
Toggle YouTube Comments är en Chrome-tillägg utvecklad av outrexian, och dess huvudfunktion är "Allows you to turn YouTube comments on or off.".
Tilläggsskärmbilder
Ladda ner Toggle YouTube Comments-förlängningens CRX-fil
Ladda ner Toggle YouTube Comments-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
Allows you to hide YouTube comments easily. Grundläggande Information om Tillägg
| Namn | |
| ID | jbdobfgfojodildcochemiicdpbppkoh |
| Officiell webbadress | https://chrome.google.com/webstore/detail/toggle-youtube-comments/jbdobfgfojodildcochemiicdpbppkoh |
| Beskrivning | Allows you to turn YouTube comments on or off. |
| Filstorlek | 36.27 KB |
| Antal Installationer | 24 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2012-05-12 |
| Publiceringsdatum | 2012-05-12 |
| Betyg | 2.00/5 Totalt 4 Betyg |
| Utvecklare | outrexian |
| Betalningssätt | free |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Toggle YouTube Comments",
"version": "1.0",
"manifest_version": 2,
"description": "Allows you to turn YouTube comments on or off.",
"content_scripts": [
{
"matches": [
"http:\/\/www.youtube.com\/*"
],
"js": [
"jquery.js",
"script.js"
]
}
],
"permissions": [],
"options_page": "options.html"
} | |