The New York Times Podcasts
Keep up with all the New York Times podcasts (including The Daily)!
Τι είναι το The New York Times Podcasts;
Το The New York Times Podcasts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://olivernassar.com, και η κύρια λειτουργία του είναι "Keep up with all the New York Times podcasts (including The Daily)!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The New York Times Podcasts
Λήψη αρχείων επέκτασης The New York Times Podcasts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
--- Here are a few things that you can do with the New York Times Podcast Extension: - ⚡️ Instantly access the most recent episodes from 6 New York Times podcasts - 🚨 Receive notifications in your browser when new episodes become available - 🏞 View the thumbnail and title for each episode - 🔗 Access their YouTube, Facebook, Instagram and Twitter accounts - 👩🏻🏫 A new fact about The New York Times each time you open the extension The podcasts supported are: - The Daily - Still Processing - Popcast - The Book Review - Change Agent - The Argument Never miss another episode of a New York Times Podcast!
Βασικές Πληροφορίες Επέκτασης
Όνομα | The New York Times Podcasts |
ID | leimmikdkodgbaimglohhceidbooddma |
Επίσημο URL | https://chromewebstore.google.com/detail/the-new-york-times-podcas/leimmikdkodgbaimglohhceidbooddma |
Περιγραφή | Keep up with all the New York Times podcasts (including The Daily)! |
Μέγεθος Αρχείου | 626 KB |
Αριθμός Εγκαταστάσεων | 3,382 |
Τρέχουσα Έκδοση | 2.3.7 |
Τελευταία Ενημέρωση | 2024-02-23 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://olivernassar.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://onassar.github.io/extensions/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The New York Times Podcasts", "short_name": "nytimes", "description": "Keep up with all the New York Times podcasts (including The Daily)!", "version": "2.3.7", "author": "Oliver Nassar", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "\/core\/vendors\/external\/JavaScript-MD5\/v2.10.0\/js\/md5.min.js", "\/core\/vendors\/external\/jquery\/v3.3.1\/jquery-3.3.1.min.js", "\/core\/vendors\/external\/jquery-xpath\/v0.3.1\/jquery.xpath.min.js", "\/core\/vendors\/external\/moment\/v2.10.6\/moment.js", "\/core\/vendors\/external\/extend\/v0.0.0\/extend.js", "\/core\/vendors\/internal\/DependencyLoader.js", "\/core\/js\/accessors\/Base.js", "\/core\/js\/accessors\/Copy.js", "\/core\/js\/accessors\/Episode.js", "\/core\/js\/accessors\/Fact.js", "\/core\/js\/accessors\/Podcast.js", "\/core\/js\/accessors\/Setting.js", "\/core\/js\/collections\/Base.js", "\/core\/js\/collections\/Copy.js", "\/core\/js\/collections\/Episodes.js", "\/core\/js\/collections\/Facts.js", "\/core\/js\/collections\/Podcasts.js", "\/core\/js\/collections\/Settings.js", "\/core\/js\/helpers\/Base.js", "\/core\/js\/models\/Base.js", "\/core\/js\/models\/Copy.js", "\/core\/js\/models\/Episode.js", "\/core\/js\/models\/Fact.js", "\/core\/js\/models\/Podcast.js", "\/core\/js\/models\/Setting.js", "\/core\/js\/utils\/ArrayUtils.js", "\/core\/js\/utils\/CacheUtils.js", "\/core\/js\/utils\/CopyUtils.js", "\/core\/js\/utils\/DataUtils.js", "\/core\/js\/utils\/DTUtils.js", "\/core\/js\/utils\/ImageUtils.js", "\/core\/js\/utils\/LogUtils.js", "\/core\/js\/utils\/NotificationUtils.js", "\/core\/js\/utils\/NumberUtils.js", "\/core\/js\/utils\/RequestUtils.js", "\/core\/js\/utils\/SettingsUtils.js", "\/core\/js\/utils\/StringUtils.js", "\/core\/js\/pages\/PandaPodcastsBackground.js" ] }, "browser_action": { "default_title": "The New York Times Podcasts", "default_icon": { "19": "apps\/nytimes\/images\/logos\/favicon-white-19x19.png", "38": "apps\/nytimes\/images\/logos\/favicon-white-38x38.png" }, "default_popup": "\/apps\/nytimes\/pages\/popup.html" }, "permissions": [ "notifications" ], "icons": { "16": "apps\/nytimes\/images\/logos\/favicon-white-16x16.png", "48": "apps\/nytimes\/images\/logos\/favicon-white-48x48.png", "128": "apps\/nytimes\/images\/logos\/favicon-white-128x128.png" }, "web_accessible_resources": [ "\/apps\/nytimes\/files\/*", "\/apps\/nytimes\/templates\/*", "\/core\/files\/*", "\/core\/templates\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+P" } } } } |