twib-amazon

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

Was ist twib-amazon?

twib-amazon ist eine Chrome-Erweiterung, die von billthompson entwickelt wurde, und ihr Hauptmerkmal ist "Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon".

twib-amazon-Erweiterungs-CRX-Datei herunterladen

Laden Sie twib-amazon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name twib-amazon twib-amazon
ID obnjgbmbpopoknbneacnejekpkagkipl
Offizielle URL https://chromewebstore.google.com/detail/twib-amazon/obnjgbmbpopoknbneacnejekpkagkipl
Beschreibung Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon
Dateigröße 32.11 KB
Installationsanzahl 10
Aktuelle Version 0.1
Letztes Update 2015-10-07
Veröffentlichungsdatum 2015-10-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler billthompson
Zahlungsart free
Erweiterungswebsite https://github.com/billthompson/twib-amazon
Hilfeseite URL https://github.com/billthompson/twib-amazon/issues
Unterstützte Sprachen 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"
    }
}