Movie Meter

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

Movie Meterとは何ですか?

Movie Meterはhttps://fastaddons.comによって開発されたChromeの拡張機能で、その主な機能は「Movie Meter will show you rating and popularity of a movie (or TV series) on many movie related pages!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Movie Meter拡張機能のCRXファイルをダウンロード

Movie Meter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Movie Meter Movie Meter
ID gfakmgbbohbahikekdlhjoobnhgmdchn
公式URL https://chromewebstore.google.com/detail/movie-meter/gfakmgbbohbahikekdlhjoobnhgmdchn
説明 Movie Meter will show you rating and popularity of a movie (or TV series) on many movie related pages!
ファイルサイズ 749 KB
インストール数 281
現在のバージョン 3.1
最終更新日 2022-05-18
公開日 2020-05-04
評価 4.00/5 合計 4 レビュー
開発者 https://fastaddons.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fastaddons.com/#movie_meter
ヘルプページのURL https://github.com/fastaddons/MovieMeter/issues
プライバシーポリシーページのURL https://github.com/fastaddons/privacy_policy
対応言語 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"
}