La Fenix - Snibs
Snibs (Notificações) dos últimos vídeos da galera do La Fenix TV!
What is La Fenix - Snibs?
La Fenix - Snibs is a Chrome extension developed by Nando Sangenetto @NandoSang, and its main feature is "Snibs (Notificações) dos últimos vídeos da galera do La Fenix TV!".
Extension Screenshots
Download La Fenix - Snibs Extension CRX File
Download La Fenix - Snibs 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
App oficial. Esta extensão notifica (com som) todos que um novo vídeo do La Fenix vai ao ar! Este serviço é oferecido pela Snibs.com.br Extensão desenvolvida por @NandoSang [email protected]
Extension Basic Information
Name | |
ID | iheogglmlbgkppggmkhpbkmoggbonccd |
Official URL | https://chrome.google.com/webstore/detail/la-fenix-snibs/iheogglmlbgkppggmkhpbkmoggbonccd |
Description | Snibs (Notificações) dos últimos vídeos da galera do La Fenix TV! |
File Size | 301 KB |
Installation Count | 90 |
Current Version | 1.5.5 |
Last Updated | 2013-09-03 |
Publish Date | 2013-09-03 |
Rating | 5.00/5 Total 28 Ratings |
Developer | Nando Sangenetto @NandoSang |
Payment Type | free |
Extension Website | http://snibs.com.br/ |
Help Page URL | http://snibs.com.br/ |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "La Fenix - Snibs", "version": "1.5.5", "description": "Snibs (Notifica\u00e7\u00f5es) dos \u00faltimos v\u00eddeos da galera do La Fenix TV!", "icons": { "16": "lafenixtv\/16.png", "48": "lafenixtv\/48.png", "128": "lafenixtv\/128.png", "256": "lafenixtv\/256.png" }, "permissions": [ "notifications", "alarms", "storage" ], "browser_action": { "default_title": "La Fenix - \u00daltimos Snibs", "default_icon": "lafenixtv\/16.png", "default_popup": "popup.html" }, "homepage_url": "http:\/\/snibs.com.br\/", "offline_enabled": false, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "web_accessible_resources": [ "lafenixtv\/48.png", "http:\/\/*\/*", "http:\/\/snibs.com.br\/*" ] } |