LocoPelis
La mejor filmoteca de peliculas
Vad är LocoPelis?
LocoPelis är en Chrome-tillägg utvecklad av claudix.guti, och dess huvudfunktion är "La mejor filmoteca de peliculas".
Ladda ner LocoPelis-förlängningens CRX-fil
Ladda ner LocoPelis-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
La mejor filmoteca de películas de la red gratis sin costos adicionales
Grundläggande Information om Tillägg
Namn | ![]() |
ID | hbkhdjjigbefppigjlpbihfniacpjbfp |
Officiell webbadress | https://chrome.google.com/webstore/detail/locopelis/hbkhdjjigbefppigjlpbihfniacpjbfp |
Beskrivning | La mejor filmoteca de peliculas |
Filstorlek | 70.11 KB |
Antal Installationer | 87 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-08-05 |
Publiceringsdatum | 2015-08-04 |
Betyg | 3.67/5 Totalt 6 Betyg |
Utvecklare | claudix.guti |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/" ] } |