Rants.App - Netflix comments and discussions

Netflix comments and discussions

什麼是Rants.App - Netflix comments and discussions?

Rants.App - Netflix comments and discussions是由Rants.app開發的Chrome擴展程式,該擴展的主要功能是“Netflix comments and discussions”。

擴展截圖

screenshot

下載Rants.App - Netflix comments and discussions擴展crx文件

下載Rants.App - Netflix comments and discussions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Place for commenting on your loved and not-so-much TV-Shows. Integrated with Netflix - upon opening TV-Show or movie at Netflix.com - look for "comment" icon at bottom right.                    

擴展基本資訊

名稱 Rants.App - Netflix comments and discussions Rants.App - Netflix comments and discussions
ID moefneinekhcedddkjekjkppjhboblac
官方網址 https://chrome.google.com/webstore/detail/rantsapp-netflix-comments/moefneinekhcedddkjekjkppjhboblac
簡介 Netflix comments and discussions
檔案大小 4.92 MB
安裝次數 16
目前版本 1.0.5
更新時間 2021-05-25
上架時間 2018-10-14
開發者 Rants.app
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rants.App - Netflix comments and discussions",
    "homepage_url": "https:\/\/rants.app\/",
    "description": "Netflix comments and discussions",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "name": "Rants.App - Netflix comments and TV Shows",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/netflix.com\/*",
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "injected-modal-script.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/netflix.com\/*",
        "*:\/\/www.netflix.com\/*"
    ],
    "web_accessible_resources": [
        "injected-modal.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "version": "1.0.5"
}