YouTube Comments Section Analyzer
Find the sentiment of a YouTube video based on it's comments' section
Vad är YouTube Comments Section Analyzer?
YouTube Comments Section Analyzer är en Chrome-tillägg utvecklad av Hargun Singh Sahni, och dess huvudfunktion är "Find the sentiment of a YouTube video based on it's comments' section".
Tilläggsskärmbilder
Ladda ner YouTube Comments Section Analyzer-förlängningens CRX-fil
Ladda ner YouTube Comments Section Analyzer-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
This extension gives the complete sentiment analysis of a YouTube Video based on its comment section.
Developed By:-
Mrs. Jyoti Khurana
Hargun Singh Sahni
Aditya Malhotra Grundläggande Information om Tillägg
| Namn | |
| ID | fijpgpkcbcifhnecjakcdbcgeibliffg |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-comments-section/fijpgpkcbcifhnecjakcdbcgeibliffg |
| Beskrivning | Find the sentiment of a YouTube video based on it's comments' section |
| Filstorlek | 57.13 KB |
| Antal Installationer | 32 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2022-06-29 |
| Publiceringsdatum | 2022-05-24 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | Hargun Singh Sahni |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.privacypolicies.com/live/b450c40d-9013-4e20-876e-3b1485eca0d7 |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Comments Section Analyzer",
"version": "1.1",
"description": "Find the sentiment of a YouTube video based on it's comments' section",
"manifest_version": 3,
"icons": {
"16": "YouTubeCommentsSectionAnalyzerIcon.png",
"48": "YouTubeCommentsSectionAnalyzerIcon.png",
"128": "YouTubeCommentsSectionAnalyzerIcon.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "YouTube Comments Section Analyzer",
"default_icon": "YouTubeCommentsSectionAnalyzerIcon.png"
},
"permissions": [
"activeTab"
]
} | |