Accurate YouTube Subscriptions Feed
♥♥♥♥ i hate writing manifest files.
Τι είναι το Accurate YouTube Subscriptions Feed;
Το Accurate YouTube Subscriptions Feed είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον johnathansherbert, και η κύρια λειτουργία του είναι "♥♥♥♥ i hate writing manifest files.".
Λήψη αρχείου CRX της επέκτασης Accurate YouTube Subscriptions Feed
Λήψη αρχείων επέκτασης Accurate YouTube Subscriptions Feed σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
YouTube sometimes hides certain channels from your Subscriptions feed. The reason may be because of our neural net busybody overlords thinking that everything inoffensive is actually offensive, or it may be because of some bug that YouTube has been negligent to fix. Either way, this extension will thoroughly search every single page that you are subscribed to, and will give you a feed that will not miss a single video. This extension is poorly optimized and not taken very seriously (read the source code for proof lol. The biggest function in the main javascript file is unused). As such, it is built with many single points of failure, and might not actually work for you. I wouldn't have uploaded this poorly-made extension to the chrome weeb store, except for the fact that chrome tells you to disable your in-development extensions EVERY TIME YOU OPEN CHROME!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pcffohhpejijgdodagilbhgelcfedllo |
Επίσημο URL | https://chrome.google.com/webstore/detail/accurate-youtube-subscrip/pcffohhpejijgdodagilbhgelcfedllo |
Περιγραφή | ♥♥♥♥ i hate writing manifest files. |
Μέγεθος Αρχείου | 125 KB |
Αριθμός Εγκαταστάσεων | 14 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2017-08-06 |
Ημερομηνία Δημοσίευσης | 2017-08-06 |
Προγραμματιστής | johnathansherbert |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accurate YouTube Subscriptions Feed", "version": "1.0", "manifest_version": 2, "description": "\u2665\u2665\u2665\u2665 i hate writing manifest files.", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon64.png", "default_popup": "subscriptionsRedirect.html" }, "permissions": [ "storage", "tabs", "https:\/\/www.youtube.com\/*" ] } |