twib-amazon
Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon
Τι είναι το twib-amazon;
Το twib-amazon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον billthompson, και η κύρια λειτουργία του είναι "Supports TWiB Media by redirecting www.amazon.com to twib.me/amazon".
Λήψη αρχείου CRX της επέκτασης twib-amazon
Λήψη αρχείων επέκτασης 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" } } |