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開發的Chrome擴展程式,該擴展的主要功能是“Replace Google logo with a more appropriate illustration. Artist: BlackHeartXIII (pixiv) Thank you u/mybrotherisnotapig for idea”。
擴展截圖
下載Eris pads her chest擴展crx文件
下載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 |
官方網址 | 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 } |