View YouTube Thumbnail Simply
View YouTube video thumbnail simply.
Vad är View YouTube Thumbnail Simply?
View YouTube Thumbnail Simply är en Chrome-tillägg utvecklad av Daigoro560, och dess huvudfunktion är "View YouTube video thumbnail simply.".
Tilläggsskärmbilder
Ladda ner View YouTube Thumbnail Simply-förlängningens CRX-fil
Ladda ner View YouTube Thumbnail Simply-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
View YouTube video thumbnail. and, function to copy description. Grundläggande Information om Tillägg
| Namn | |
| ID | fbaeeibkokcbfkpmjbpplckclakpcefd |
| Officiell webbadress | https://chromewebstore.google.com/detail/view-youtube-thumbnail-si/fbaeeibkokcbfkpmjbpplckclakpcefd |
| Beskrivning | View YouTube video thumbnail simply. |
| Filstorlek | 10.13 KB |
| Antal Installationer | 28 |
| Aktuell Version | 1.0.14 |
| Senast Uppdaterad | 2023-12-17 |
| Publiceringsdatum | 2021-09-12 |
| Utvecklare | Daigoro560 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "1.0.14",
"default_locale": "en",
"description": "__MSG_desc__",
"icons": {
"48": "icons\/48.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"js\/ytthumb.js"
]
}
],
"web_accessible_resources": [
"img\/thumbnail.png",
"img\/description.png",
"img\/json.png"
],
"options_ui": {
"page": "html\/options.html"
},
"permissions": [
"storage"
]
} | |