Eris pads her chest
Replace Google logo with a more appropriate illustration. Artist: BlackHeartXIII (pixiv) Thank you u/mybrotherisnotapig for idea
Τι είναι το Eris pads her chest;
Το Eris pads her chest είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ixoextend, και η κύρια λειτουργία του είναι "Replace Google logo with a more appropriate illustration. Artist: BlackHeartXIII (pixiv) Thank you u/mybrotherisnotapig for idea".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Eris pads her chest
Λήψη αρχείων επέκτασης Eris pads her chest σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Replace the Google logo in the google homepage with Aqua from Konosuba Idea from this post https://www.reddit.com/r/Animemes/comments/e7kkla/eris_pads_her_chest/ Artist: https://www.pixiv.net/member.php?id=18296213 Source: https://www.pixiv.net/en/artworks/77948605 To the original artist please if there is an issue I will immidiedly remove this extension.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kbllfimiijcojhmlabpjchbdjmabnocf |
Επίσημο URL | https://chrome.google.com/webstore/detail/eris-pads-her-chest/kbllfimiijcojhmlabpjchbdjmabnocf |
Περιγραφή | Replace Google logo with a more appropriate illustration. Artist: BlackHeartXIII (pixiv) Thank you u/mybrotherisnotapig for idea |
Μέγεθος Αρχείου | 5.34 MB |
Αριθμός Εγκαταστάσεων | 95 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2020-10-18 |
Ημερομηνία Δημοσίευσης | 2019-12-15 |
Αξιολόγηση | 3.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | ixoextend |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eris pads her chest", "version": "1.2.1", "description": "Replace Google logo with a more appropriate illustration. Artist: BlackHeartXIII (pixiv) Thank you u\/mybrotherisnotapig for idea", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.google.com\/*" ] } ], "web_accessible_resources": [ "images\/aq_img1.png", "images\/aq_img2.png", "images\/aq_img3.png", "images\/aq_img4.png", "images\/aq_img5.gif", "images\/aq_img6.png", "images\/aq_img7.png" ], "icons": { "16": "images\/aqua16.png", "32": "images\/aqua32.png", "48": "images\/aqua48.png", "128": "images\/aqua128.png" }, "options_page": "options.html", "manifest_version": 2 } |