Pulsarr

Add movies/series to Radarr/Sonarr from IMDB and TVDB

Pulsarr là gì?

Pulsarr là một tiện ích mở rộng Chrome được phát triển bởi http://pshar.ma, và tính năng chính của nó là "Add movies/series to Radarr/Sonarr from IMDB and TVDB".

Ả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 Pulsarr

Tải xuống các tệp mở rộng Pulsarr 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

                        Browser extension for adding movies to Radarr or Series' to Sonarr while browsing IMDB or TVDB.                    

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

Tên Pulsarr Pulsarr
ID ekjjpacodipfmjhpbjcbnmnimakhlnne
URL Chính Thức https://chrome.google.com/webstore/detail/pulsarr/ekjjpacodipfmjhpbjcbnmnimakhlnne
Mô tả Add movies/series to Radarr/Sonarr from IMDB and TVDB
Kích Thước Tệp 806 KB
Số Lần Cài Đặt 825
Phiên Bản Hiện Tại 2.1.4
Cập Nhật Lần Cuối 2021-11-16
Ngày Phát Hành 2021-01-29
Đánh Giá 2.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://pshar.ma
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/psharma04/Pulsarr
URL Trang Trợ Giúp https://github.com/psharma04/Pulsarr/issues
URL Trang Chính Sách Bảo Mật https://schoolnotes.xyz/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pulsarr",
    "author": "roboticsound",
    "description": "Add movies\/series to Radarr\/Sonarr from IMDB and TVDB",
    "version": "2.1.4",
    "icons": {
        "16": "\/img\/icons\/pulsarr\/16.png",
        "32": "\/img\/icons\/pulsarr\/32.png",
        "48": "\/img\/icons\/pulsarr\/48.png",
        "128": "\/img\/icons\/pulsarr\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "16": "\/img\/icons\/pulsarr\/16.png",
            "32": "\/img\/icons\/pulsarr\/32.png",
            "48": "\/img\/icons\/pulsarr\/48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Add to Radarr"
    },
    "options_ui": {
        "page": "\/opt\/options.html",
        "chrome_style": false
    },
    "content_security_policy": "script-src 'self'; object-src 'self' ",
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "https:\/\/ajax.googleapis.com\/",
        ""
    ]
}