Movie Meter

Movie Meter will show you rating and popularity of a movie (or TV series) on many movie related pages!

Wat is Movie Meter?

Movie Meter is een Chrome-extensie ontwikkeld door https://fastaddons.com, en de belangrijkste functie is "Movie Meter will show you rating and popularity of a movie (or TV series) on many movie related pages!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Movie Meter

Download Movie Meter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Doesn't work on your favorite movie page?
Contact me and I will add it - if possible (page must contain movie name in English or IMDb link).

Features:
- movie rating and popularity from IMDb
- next / previous episode date from TV Maze
- additional movie / TV series information
- notification about new episode - mark TV series as favorite and you will get notification when new episode is available
- auto-hide when video playback detected

Support independent developer!
Juraj Mäsiar - https://Blog.Mozilla.org/Addons/2020/06/15/Friend-Of-Add-ons-Juraj-Masiar/

I'm addon developer since 2016. My goal is to build powerful extensions for your web-browser to make you more productive.
If you think I'm doing a good job, please donate :)
- Ko-Fi.com: https://ko-fi.com/fastaddons
- PayPal.Me: https://paypal.me/fastaddons/
- Liberapay: https://liberapay.com/juraj.masiar/
- Patreon.com: https://www.patreon.com/fastaddons
- BuyMeACoffee.com: https://www.buymeacoffee.com/fastaddons
- Bank transfer using IBAN:: SK6283300000002701131205, BIC/SWIFT: FIOZSKBAXXX

Your donation is my only income!
Thank you for supporting my work!

Recently added features:
https://addons.mozilla.org/addon/movie_meter/versions/

Known issues:
- movie not found / wrong movie found - since there is no "official" integration with target pages, I cannot guarantee 100% correct results (but in majority of cases it works perfectly)

Privacy Policy:
https://github.com/fastaddons/MovieMeter/blob/master/PRIVACY_POLICY.md

Credits:
- TV shows info is provided by TVmaze.com page
- movie info is provided by IMDb.com page

This addon is not endorsed by or affiliated with IMDb.com nor TVmaze.com.                    

Basisinformatie over de Extensie

Naam Movie Meter Movie Meter
ID gfakmgbbohbahikekdlhjoobnhgmdchn
Officiële URL https://chromewebstore.google.com/detail/movie-meter/gfakmgbbohbahikekdlhjoobnhgmdchn
Beschrijving Movie Meter will show you rating and popularity of a movie (or TV series) on many movie related pages!
Bestandsgrootte 749 KB
Aantal Installaties 281
Huidige Versie 3.1
Laatst Bijgewerkt 2022-05-18
Publicatiedatum 2020-05-04
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://fastaddons.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fastaddons.com/#movie_meter
Help Pagina-URL https://github.com/fastaddons/MovieMeter/issues
URL van de Privacybeleid Pagina https://github.com/fastaddons/privacy_policy
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.1",
    "author": "Juraj M\u00e4siar",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.loader.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "content_scripts\/page_loaded.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "webRequest",
        "storage",
        "activeTab",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "utils\/svg\/save.svg",
                "utils\/svg\/undo.svg",
                "utils\/svg\/resize-corner.svg",
                "svg\/keyboard-right-arrow-button.svg",
                "svg\/search(1).svg",
                "svg\/search(2).svg",
                "svg\/star.svg",
                "svg\/star_o.svg",
                "svg\/imdb.svg",
                "svg\/tv_maze.svg",
                "svg\/blind(2).svg",
                "svg\/show.svg",
                "svg\/add(1).svg",
                "svg\/menu(5).svg",
                "svg\/downwards-arrow-key.svg",
                "svg\/cold.svg",
                "svg\/hot.svg",
                "svg\/thermometer.svg",
                "svg\/donation\/0.svg",
                "svg\/donation\/1.svg",
                "svg\/donation\/2.svg",
                "svg\/donation\/3.svg",
                "svg\/donation\/4.svg",
                "svg\/donation\/5.svg",
                "svg\/donation\/6.svg",
                "svg\/donation\/7.svg",
                "svg\/donation\/8.svg",
                "svg\/donation\/9.svg",
                "svg\/donation\/10.svg",
                "svg\/donation\/11.svg",
                "svg\/donation\/12.svg",
                "svg\/donation\/13.svg",
                "svg\/donation\/14.svg",
                "svg\/donation\/15.svg",
                "svg\/donation\/16.svg",
                "svg\/donation\/17.svg",
                "svg\/donation\/18.svg",
                "128.png"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "incognito": "split"
}