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 |
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" } } |