YouTube Features — Analytics and Tools
Shows useful information about the video and channel
Vad är YouTube Features — Analytics and Tools?
YouTube Features — Analytics and Tools är en Chrome-tillägg utvecklad av Ali Gasymov, och dess huvudfunktion är "Shows useful information about the video and channel".
Tilläggsskärmbilder
Ladda ner YouTube Features — Analytics and Tools-förlängningens CRX-fil
Ladda ner YouTube Features — Analytics and Tools-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
List of features: - Download thumbnail in maximal resolution - View and copy video tags - View and copy channel tags - Registration is not required
Grundläggande Information om Tillägg
Namn | YouTube Features — Analytics and Tools |
ID | jkiedgmdpandlnbobnjcbhfklnpdaflc |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-features-%E2%80%94-analyt/jkiedgmdpandlnbobnjcbhfklnpdaflc |
Beskrivning | Shows useful information about the video and channel |
Filstorlek | 98.2 KB |
Antal Installationer | 2,222 |
Aktuell Version | 3.3.2 |
Senast Uppdaterad | 2023-10-12 |
Publiceringsdatum | 2021-02-23 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Ali Gasymov |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.gasymov.com/privacy-policy/youtube-tags |
Stödda Språk | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Ali Gasymov", "version": "3.3.2", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "tabs", "storage", "downloads", " |