Search-Simple Netflix
It's a simple search netflix
What is Search-Simple Netflix?
Search-Simple Netflix is a Chrome extension developed by http://ssearchnet.blogspot.com, and its main feature is "It's a simple search netflix".
Extension Screenshots
Download Search-Simple Netflix Extension CRX File
Download Search-Simple Netflix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | fcccgachmeooghpolcghhddbgleobcog |
Official URL | https://chrome.google.com/webstore/detail/search-simple-netflix/fcccgachmeooghpolcghhddbgleobcog |
Description | It's a simple search netflix |
File Size | 84.01 KB |
Installation Count | 60 |
Current Version | 1.15 |
Last Updated | 2013-01-11 |
Publish Date | 2013-01-11 |
Rating | 4.17/5 Total 6 Ratings |
Developer | http://ssearchnet.blogspot.com |
Payment Type | free |
Supported Languages | 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'" } |