LocoPelis
La mejor filmoteca de peliculas
Wat is LocoPelis?
LocoPelis is een Chrome-extensie ontwikkeld door claudix.guti, en de belangrijkste functie is "La mejor filmoteca de peliculas".
Download het CRX-bestand van de extensie LocoPelis
Download LocoPelis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
La mejor filmoteca de películas de la red gratis sin costos adicionales
Basisinformatie over de Extensie
Naam | ![]() |
ID | hbkhdjjigbefppigjlpbihfniacpjbfp |
Officiële URL | https://chrome.google.com/webstore/detail/locopelis/hbkhdjjigbefppigjlpbihfniacpjbfp |
Beschrijving | La mejor filmoteca de peliculas |
Bestandsgrootte | 70.11 KB |
Aantal Installaties | 87 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-08-05 |
Publicatiedatum | 2015-08-04 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | claudix.guti |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/" ] } |