Rants.App - Netflix comments and discussions

Netflix comments and discussions

Rants.App - Netflix comments and discussions là gì?

Rants.App - Netflix comments and discussions là một tiện ích mở rộng Chrome được phát triển bởi Rants.app, và tính năng chính của nó là "Netflix comments and discussions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rants.App - Netflix comments and discussions

Tải xuống các tệp mở rộng Rants.App - Netflix comments and discussions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rants.App - Netflix comments and discussions Rants.App - Netflix comments and discussions
ID moefneinekhcedddkjekjkppjhboblac
URL Chính Thức https://chrome.google.com/webstore/detail/rantsapp-netflix-comments/moefneinekhcedddkjekjkppjhboblac
Mô tả Netflix comments and discussions
Kích Thước Tệp 4.92 MB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-05-25
Ngày Phát Hành 2018-10-14
Nhà Phát Triển Rants.app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}