twib-amazon

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

What is twib-amazon?

twib-amazon is a Chrome extension developed by billthompson, and its main feature is "Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon".

Download twib-amazon Extension CRX File

Download twib-amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name twib-amazon twib-amazon
ID obnjgbmbpopoknbneacnejekpkagkipl
Official URL https://chromewebstore.google.com/detail/twib-amazon/obnjgbmbpopoknbneacnejekpkagkipl
Description Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon
File Size 32.11 KB
Installation Count 10
Current Version 0.1
Last Updated 2015-10-07
Publish Date 2015-10-07
Rating 5.00/5 Total 3 Ratings
Developer billthompson
Payment Type free
Extension Website https://github.com/billthompson/twib-amazon
Help Page URL https://github.com/billthompson/twib-amazon/issues
Supported Languages 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"
    }
}