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…

O que é reShape - Craigslist?

reShape - Craigslist é uma extensão do Chrome desenvolvida por saoron, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão reShape - Craigslist

Baixe arquivos de extensão reShape - Craigslist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome reShape - Craigslist reShape - Craigslist
ID cgfgpklfbmmflakiadcefbjmokalnghm
URL Oficial https://chromewebstore.google.com/detail/reshape-craigslist/cgfgpklfbmmflakiadcefbjmokalnghm
Descrição 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…
Tamanho do Arquivo 1.1 MB
Contagem de Instalações 117
Versão Atual 0.1.8
Última Atualização 2015-11-25
Data de Publicação 2015-11-25
Classificação 3.44/5 Total de 9 Avaliações
Desenvolvedor saoron
Tipo de Pagamento free
Idiomas Suportados 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'"
}