twib-amazon

Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon

O que é twib-amazon?

twib-amazon é uma extensão do Chrome desenvolvida por billthompson, e sua principal característica é "Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon".

Baixar o arquivo CRX da Extensão twib-amazon

Baixe arquivos de extensão twib-amazon 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

                        twib-amazon simply redirects www.amazon.com to twib.me/amazon to support TWIB! Media. The source is available at https://github.com/billthompson/twib-amazon.

About TWIB!

This Week in Blackness (TWiB!) is an award winning multimedia digital platform housing the online broadcast network TWiB.FM, the digital magazine VALID and the video on-demand site Blackness.TV. TWiB! is also the name of the web series that launched the platform in 2008.

By supporting TWiB! Media, you ensure that even more voices of color are heard in various spaces and that content is created that battles what corporate media provides. Your support can help continue a long history of black independent media.  TWiB  not only creates quality content but links like-minded folks across the globe–and we want to do even more. Help us and we will continue be the media that you want to hear–and that the media needs to hear.                    

Informações Básicas da Extensão

Nome twib-amazon twib-amazon
ID obnjgbmbpopoknbneacnejekpkagkipl
URL Oficial https://chromewebstore.google.com/detail/twib-amazon/obnjgbmbpopoknbneacnejekpkagkipl
Descrição Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon
Tamanho do Arquivo 32.11 KB
Contagem de Instalações 10
Versão Atual 0.1
Última Atualização 2015-10-07
Data de Publicação 2015-10-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor billthompson
Tipo de Pagamento free
Site da Extensão https://github.com/billthompson/twib-amazon
URL da Página de Ajuda https://github.com/billthompson/twib-amazon/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "twib-amazon",
    "description": "Supports TWiB Media by redirecting www.amazon.com to twib.me\/amazon",
    "version": "0.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/",
        "*:\/\/twib.me\/amazon"
    ],
    "background": {
        "scripts": [
            "redirect.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    }
}