reShape - Craigslist
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…
¿Qué es reShape - Craigslist?
reShape - Craigslist es una extensión de Chrome desarrollada por saoron, y su función principal es "It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión reShape - Craigslist
Descarga archivos de extensión reShape - Craigslist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org a new look. Please send your feedback to [email protected]
Información Básica de la Extensión
Nombre | reShape - Craigslist |
ID | cgfgpklfbmmflakiadcefbjmokalnghm |
URL Oficial | https://chromewebstore.google.com/detail/reshape-craigslist/cgfgpklfbmmflakiadcefbjmokalnghm |
Descripción | It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org… |
Tamaño del Archivo | 1.1 MB |
Cantidad de Instalaciones | 117 |
Versión Actual | 0.1.8 |
Última Actualización | 2015-11-25 |
Fecha de Publicación | 2015-11-25 |
Calificación | 3.44/5 Total de 9 Calificaciones |
Desarrollador | saoron |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "reShape - Craigslist", "version": "0.1.8", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "page_action": { "default_icon": "images\/icon.png", "default_title": "Make the web less noisy", "default_popup": "html\/popup.html" }, "permissions": [ "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.craigslist.org\/*", "*:\/\/*.craigslist.co.kr\/*", "*:\/\/*.craigslist.co.uk\/*", "*:\/\/*.craigslist.es\/*", "*:\/\/*.craigslist.com.au\/*", "*:\/\/*.craigslist.com.ca\/*", "*:\/\/*.craigslist.ca\/*" ], "js": [ "js\/libs\/jquery.js", "js\/libs\/bootstrap.min.js", "js\/libs\/bootstrap-select.js", "js\/content.js" ], "css": [ "css\/font-awesome.css", "css\/bootstrap.min.css", "css\/bootstrap-select.min.css", "css\/awesome-bootstrap-checkbox.css", "css\/common.css" ] } ], "options_page": "html\/options.html", "devtools_page": "html\/devtools.html", "web_accessible_resources": [ "js\/*", "html\/*", "css\/*", "images\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |