Netflix Randomizer

This extension will randomly select a TV show or Movie from the Netflix page you're viewing

什麼是Netflix Randomizer?

Netflix Randomizer是由failing-gracefully開發的Chrome擴展程式,該擴展的主要功能是“This extension will randomly select a TV show or Movie from the Netflix page you're viewing”。

擴展截圖

screenshot

下載Netflix Randomizer擴展crx文件

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

擴展使用說明

                        Tired of choosing what to watch?

Let Netflix Randomizer choose for you!

github repo: https://github.com/bennyonline/Netflix-Randomiser                    

擴展基本資訊

名稱 Netflix Randomizer Netflix Randomizer
ID ddogenmagmhmcmijpjieekgackcegecn
官方網址 https://chromewebstore.google.com/detail/netflix-randomizer/ddogenmagmhmcmijpjieekgackcegecn
簡介 This extension will randomly select a TV show or Movie from the Netflix page you're viewing
檔案大小 17.95 KB
安裝次數 544
目前版本 2.1
更新時間 2018-03-21
上架時間 2018-03-21
評分 4.33/5 共 6 次評分
開發者 failing-gracefully
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Randomizer",
    "description": "This extension will randomly select a TV show or Movie from the Netflix page you're viewing",
    "version": "2.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "netflix.png",
        "48": "netflix.png",
        "128": "netflix.png"
    },
    "page_action": {
        "default_icon": "netflix.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ]
}