twib-amazon

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

什么是twib-amazon?

twib-amazon是由billthompson开发的Chrome扩展程序,该扩展的主要功能是“Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon”。

下载twib-amazon扩展crx文件

下载twib-amazon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 twib-amazon twib-amazon
ID obnjgbmbpopoknbneacnejekpkagkipl
官方URL https://chromewebstore.google.com/detail/twib-amazon/obnjgbmbpopoknbneacnejekpkagkipl
简介 Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon
文件大小 32.11 KB
安装次数 10
当前版本 0.1
更新时间 2015-10-07
上架时间 2015-10-07
评分 5.00/5 共3次评分
开发者 billthompson
付费类型 free
扩展官网 https://github.com/billthompson/twib-amazon
帮助页面URL https://github.com/billthompson/twib-amazon/issues
支持的语言 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"
    }
}