Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
Τι είναι το Herp Derp for YouTube™;
Το Herp Derp for YouTube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.tannr.com, και η κύρια λειτουργία του είναι "Significantly improves YouTube comments by replacing them with random herps and derps.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Herp Derp for YouTube™
Λήψη αρχείων επέκτασης Herp Derp for YouTube™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
I loathe YouTube comments. Here’s a simple browser extension to convert them to ‘herp derp’. If you insist on reading the original (which is highly discouraged), click the comment. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
| Επίσημο URL | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
| Περιγραφή | Significantly improves YouTube comments by replacing them with random herps and derps. |
| Μέγεθος Αρχείου | 12.01 KB |
| Αριθμός Εγκαταστάσεων | 6,546 |
| Τρέχουσα Έκδοση | 1.6.10 |
| Τελευταία Ενημέρωση | 2019-08-18 |
| Ημερομηνία Δημοσίευσης | 2019-08-18 |
| Αξιολόγηση | 4.78/5 Συνολικά 510 Αξιολογήσεις |
| Προγραμματιστής | https://www.tannr.com |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://www.tannr.com/herp-derp-youtube-comments/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/tannerstokes |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Herp Derp for YouTube\u2122",
"version": "1.6.10",
"homepage_url": "https:\/\/www.tannr.com",
"description": "Significantly improves YouTube comments by replacing them with random herps and derps.",
"icons": {
"48": "herp48.png",
"128": "herp128.png"
},
"content_scripts": [
{
"run_at": "document_idle",
"all_frames": true,
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"main.js"
]
}
]
} | |