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 |
官方網址 | 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" } } |