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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | fcccgachmeooghpolcghhddbgleobcog |
官方網址 | 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'" } |