Youtube Video Dislike and Analyzer

Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.

Vad är Youtube Video Dislike and Analyzer?

Youtube Video Dislike and Analyzer är en Chrome-tillägg utvecklad av Allen Ye, och dess huvudfunktion är "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Youtube Video Dislike and Analyzer-förlängningens CRX-fil

Ladda ner Youtube Video Dislike and 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

                        Analyzes a Youtube video's view and like count to determine if the video is worth watching. Provides the ratios for the metrics to easily show viewer feedback for the video. 

How to use:
- Install
- Open up a youtube video
- Click on the extension to view the metrics
- Scroll through the pages to view metrics                    

Grundläggande Information om Tillägg

Namn Youtube Video Dislike and Analyzer Youtube Video Dislike and Analyzer
ID kopakfipkoacidinaekadjfngamalmfd
Officiell webbadress https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd
Beskrivning Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.
Filstorlek 2.01 MB
Antal Installationer 91
Aktuell Version 2.3
Senast Uppdaterad 2021-12-17
Publiceringsdatum 2021-11-28
Betyg 3.67/5 Totalt 6 Betyg
Utvecklare Allen Ye
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/allenye66
Hjälpsida URL https://github.com/allenye66
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Video Dislike and Analyzer",
    "description": "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.",
    "version": "2.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}