Paciência
Jogo de cartas direto na aba do navegador
What is Paciência?
Paciência is a Chrome extension developed by jpmultimidia.oliveira, and its main feature is "Jogo de cartas direto na aba do navegador".
Extension Screenshots
Download Paciência Extension CRX File
Download Paciência 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
Extension Basic Information
Name | |
ID | obdgegeokefijcddhhhppndmfmilmoki |
Official URL | https://chrome.google.com/webstore/detail/paci%C3%AAncia/obdgegeokefijcddhhhppndmfmilmoki |
Description | Jogo de cartas direto na aba do navegador |
File Size | 47.09 KB |
Installation Count | 315 |
Current Version | 1.0.1 |
Last Updated | 2017-05-04 |
Publish Date | 2017-05-04 |
Rating | 4.00/5 Total 1 Ratings |
Developer | jpmultimidia.oliveira |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paci\u00eancia", "version": "1.0.1", "manifest_version": 2, "description": "Jogo de cartas direto na aba do navegador", "icons": { "16": "icons\/ico-79576,256.png", "128": "icons\/ico-79576,256.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "icons\/ico-79576,256.png", "38": "icons\/ico-79576,256.png" }, "default_title": "Paci\u00eancia spider", "default_popup": "popup.html" } } |