Netflix Continue Watching

Moves the 'Continue Watching' section to the top of your Netflix page!

Vad är Netflix Continue Watching?

Netflix Continue Watching är en Chrome-tillägg utvecklad av michaelcook.tech, och dess huvudfunktion är "Moves the 'Continue Watching' section to the top of your Netflix page!".

Tilläggsskärmbilder

screenshot

Ladda ner Netflix Continue Watching-förlängningens CRX-fil

Ladda ner Netflix Continue Watching-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Moves the 'Continue Watching' section to the top of your Netflix page!                    

Grundläggande Information om Tillägg

Namn Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
Officiell webbadress https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
Beskrivning Moves the 'Continue Watching' section to the top of your Netflix page!
Filstorlek 133 KB
Antal Installationer 890
Aktuell Version 1.0.4
Senast Uppdaterad 2016-10-06
Publiceringsdatum 2016-10-06
Betyg 2.80/5 Totalt 10 Betyg
Utvecklare michaelcook.tech
Betalningssätt free
Tilläggswebbplats http://yays.co
Stödda Språk en-GB
manifest.json
{
    "name": "Netflix Continue Watching",
    "version": "1.0.4",
    "description": "Moves the 'Continue Watching' section to the top of your Netflix page!",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/browse"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}