Youtube caption indicator
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Vad är Youtube caption indicator?
Youtube caption indicator är en Chrome-tillägg utvecklad av bperel, och dess huvudfunktion är "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".
Tilläggsskärmbilder
Ladda ner Youtube caption indicator-förlängningens CRX-fil
Ladda ner Youtube caption indicator-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
Ever wondered if a YouTube video is subtitled in your language, without having to open it ?
Youtube caption indicator adds language-specific closed caption indicators below the description of each video among Youtube search results and "similar videos" panels. Grundläggande Information om Tillägg
| Namn | |
| ID | chajkagpcfnnjhcggboigcmbfmgeijin |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin |
| Beskrivning | Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds… |
| Filstorlek | 38.56 KB |
| Antal Installationer | 1,106 |
| Aktuell Version | 0.3.4 |
| Senast Uppdaterad | 2017-10-08 |
| Publiceringsdatum | 2017-10-08 |
| Betyg | 3.27/5 Totalt 11 Betyg |
| Utvecklare | bperel |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/bperel/youtube-caption-indicator |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube caption indicator",
"short_name": "Youtube caption indicator",
"version": "0.3.4",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"jquery.min.js",
"youtube-caption-indicator.js"
]
}
],
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"storage",
"https:\/\/*\/*"
],
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "42.0"
}
}
} | |