Movie Meter

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

Qu'est-ce que Movie Meter ?

Movie Meter est une extension Chrome développée par https://fastaddons.com, et sa fonction principale est "Movie Meter will show you rating and popularity of a movie (or TV series) on many movie related pages!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Movie Meter

Téléchargez les fichiers d'extension Movie Meter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Movie Meter Movie Meter
ID gfakmgbbohbahikekdlhjoobnhgmdchn
URL Officiel https://chromewebstore.google.com/detail/movie-meter/gfakmgbbohbahikekdlhjoobnhgmdchn
Description Movie Meter will show you rating and popularity of a movie (or TV series) on many movie related pages!
Taille du Fichier 749 KB
Nombre d'Installations 281
Version Actuelle 3.1
Dernière Mise à Jour 2022-05-18
Date de Publication 2020-05-04
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://fastaddons.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fastaddons.com/#movie_meter
URL de la Page d'Aide https://github.com/fastaddons/MovieMeter/issues
URL de la Page de Politique de Confidentialité https://github.com/fastaddons/privacy_policy
Langues Prises en Charge 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"
}