Search-Simple Netflix

It's a simple search netflix

什么是Search-Simple Netflix?

Search-Simple Netflix是由http://ssearchnet.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“It's a simple search netflix”。

扩展截图

screenshot
screenshot

下载Search-Simple Netflix扩展crx文件

下载Search-Simple Netflix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Search-Simple Netflix Search-Simple Netflix
ID fcccgachmeooghpolcghhddbgleobcog
官方URL https://chrome.google.com/webstore/detail/search-simple-netflix/fcccgachmeooghpolcghhddbgleobcog
简介 It's a simple search netflix
文件大小 84.01 KB
安装次数 60
当前版本 1.15
更新时间 2013-01-11
上架时间 2013-01-11
评分 4.17/5 共6次评分
开发者 http://ssearchnet.blogspot.com
付费类型 free
支持的语言 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'"
}