Search-Simple Netflix

It's a simple search netflix

Vad är Search-Simple Netflix?

Search-Simple Netflix är en Chrome-tillägg utvecklad av http://ssearchnet.blogspot.com, och dess huvudfunktion är "It's a simple search netflix".

Tilläggsskärmbilder

screenshot
screenshot

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

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

                        It's a simple tool for search content in netflix
Es un buscador de netflix que te permite acceder a tus películas y series al instante.

*Now we can see the format available                    

Grundläggande Information om Tillägg

Namn Search-Simple Netflix Search-Simple Netflix
ID fcccgachmeooghpolcghhddbgleobcog
Officiell webbadress https://chrome.google.com/webstore/detail/search-simple-netflix/fcccgachmeooghpolcghhddbgleobcog
Beskrivning It's a simple search netflix
Filstorlek 84.01 KB
Antal Installationer 60
Aktuell Version 1.15
Senast Uppdaterad 2013-01-11
Publiceringsdatum 2013-01-11
Betyg 4.17/5 Totalt 6 Betyg
Utvecklare http://ssearchnet.blogspot.com
Betalningssätt free
Stödda Språk es-419
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search-Simple Netflix",
    "description": "It's a simple search netflix",
    "version": "1.15",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "name": "simple search netflix",
        "icons": [
            "icon_16.png"
        ],
        "default_icon": "icon_128.png",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_16.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}