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 ixoextend द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace Google logo with a more appropriate illustration. Artist: BlackHeartXIII (pixiv) Thank you u/mybrotherisnotapig for idea"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Eris pads her chest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |