Netflix™ Search

Search Netflix™

Vad är Netflix™ Search?

Netflix™ Search är en Chrome-tillägg utvecklad av info, och dess huvudfunktion är "Search Netflix™".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Netflix™ Search-förlängningens CRX-fil

Ladda ner Netflix™ Search-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

                        Netflix Search extension for Google Chrome.

Find you next Movie or TV Show with this helpful tool.

Netflix Search comes with the latest official Netflix Youtube videos embedded in a popup window so it's easy to find your next title to watch.
Or right-mouse click selected text or images on any website to Search on Netflix.



Neflix Search is not related in any way to Netflix Inc.                    

Grundläggande Information om Tillägg

Namn Netflix™ Search Netflix™ Search
ID behokagbldghpoanekmlepofbokepphm
Officiell webbadress https://chromewebstore.google.com/detail/netflix-search/behokagbldghpoanekmlepofbokepphm
Beskrivning Search Netflix™
Filstorlek 50.16 KB
Antal Installationer 2,271
Aktuell Version 1.2
Senast Uppdaterad 2023-01-02
Publiceringsdatum 2021-02-17
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare info
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://chrome.google.com/webstore/detail/netflix-search/behokagbldghpoanekmlepofbokepphm
Stödda Språk en
manifest.json
{
    "background": {
        "scripts": [
            "background.js",
            "update-conf.js",
            "update.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "web_accessible_resources": [
        "images\/*.png",
        "popup.js",
        "style.css"
    ]
}