Search-Simple Netflix
It's a simple search netflix
Co to jest Search-Simple Netflix?
Search-Simple Netflix to rozszerzenie Chrome opracowane przez http://ssearchnet.blogspot.com, a jego główną funkcją jest „It's a simple search netflix”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Search-Simple Netflix
Pobierz pliki rozszerzeń Search-Simple Netflix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fcccgachmeooghpolcghhddbgleobcog |
Oficjalny URL | https://chrome.google.com/webstore/detail/search-simple-netflix/fcccgachmeooghpolcghhddbgleobcog |
Opis | It's a simple search netflix |
Rozmiar pliku | 84.01 KB |
Liczba instalacji | 60 |
Aktualna Wersja | 1.15 |
Ostatnia Aktualizacja | 2013-01-11 |
Data Publikacji | 2013-01-11 |
Ocena | 4.17/5 Łącznie 6 Oceny |
Deweloper | http://ssearchnet.blogspot.com |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |