LocoPelis
La mejor filmoteca de peliculas
What is LocoPelis?
LocoPelis is a Chrome extension developed by claudix.guti, and its main feature is "La mejor filmoteca de peliculas".
Download LocoPelis Extension CRX File
Download LocoPelis 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
La mejor filmoteca de películas de la red gratis sin costos adicionales
Extension Basic Information
Name | ![]() |
ID | hbkhdjjigbefppigjlpbihfniacpjbfp |
Official URL | https://chrome.google.com/webstore/detail/locopelis/hbkhdjjigbefppigjlpbihfniacpjbfp |
Description | La mejor filmoteca de peliculas |
File Size | 70.11 KB |
Installation Count | 87 |
Current Version | 1.0 |
Last Updated | 2015-08-05 |
Publish Date | 2015-08-04 |
Rating | 3.67/5 Total 6 Ratings |
Developer | claudix.guti |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LocoPelis", "version": "1.0", "description": "La mejor filmoteca de peliculas", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "LocoPelis", "default_icon": "icono.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "start.js" ], "all_frames": true } ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |