Netfix
Netflix fixes: movies go to pages instead of playing, removes sliders, shows ratings, and hides bad recommendations and rated items
O que é Netfix?
Netfix é uma extensão do Chrome desenvolvida por metermaid, e sua principal característica é "Netflix fixes: movies go to pages instead of playing, removes sliders, shows ratings, and hides bad recommendations and rated items".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netfix
Baixe arquivos de extensão Netfix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension changes the interface of Netflix for the better! On all pages: - Movies and TV Shows go to their info pages rather than auto playing. - Ratings are shown inline! On the homepage: - Bad recommendations and rated items are hidden. - Slow sliders are replaced with fast dropdowns. 0.0.3 bug fix update: Netflix was throttling this extension for too many requests, so the logic has been switched around a bit. Requests are smaller, and the homepage will not direct you to specific genre pages rather than load all the movies at once. On the bright side, it should load much faster. 0.0.2 update: options page! Choose which features to use, and what ratings to hide. This extension is not affiliated with Netflix.
Informações Básicas da Extensão
Nome | Netfix |
ID | cpgbdfpoaalclikhghccccakifaoboam |
URL Oficial | https://chromewebstore.google.com/detail/netfix/cpgbdfpoaalclikhghccccakifaoboam |
Descrição | Netflix fixes: movies go to pages instead of playing, removes sliders, shows ratings, and hides bad recommendations and rated items |
Tamanho do Arquivo | 2.65 MB |
Contagem de Instalações | 3,429 |
Versão Atual | 0.0.3 |
Última Atualização | 2015-01-30 |
Data de Publicação | 2015-01-30 |
Classificação | 3.94/5 Total de 50 Avaliações |
Desenvolvedor | metermaid |
Tipo de Pagamento | free |
Site da Extensão | http://www.github.com/metermaid/netfix |
URL da Página de Ajuda | https://github.com/metermaid/netfix/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netfix", "version": "0.0.3", "manifest_version": 2, "description": "__MSG_extDescription__", "homepage_url": "http:\/\/www.github.com\/metermaid\/netfix", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "options\/index.html", "permissions": [ "storage" ], "web_accessible_resources": [ "js\/jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "http:\/\/*.netflix.com\/*", "http:\/\/*.netflix.ca\/*" ], "css": [ "css\/netfix.css" ], "js": [ "js\/jquery-2.0.3.min.js", "js\/netfix.js" ] } ] } |