Ahegao Mod For Reddit
Add ahegao theme for Reddit
什麼是Ahegao Mod For Reddit?
Ahegao Mod For Reddit是由sammwy開發的Chrome擴展程式,該擴展的主要功能是“Add ahegao theme for Reddit”。
擴展截圖
下載Ahegao Mod For Reddit擴展crx文件
下載Ahegao Mod For Reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extensions change the Reddit's Background and logo and replace it with Manga/Ahegao.
擴展基本資訊
名稱 | |
ID | mijnmdkdbflccbedkmencjgiinjphjph |
官方網址 | https://chrome.google.com/webstore/detail/ahegao-mod-for-reddit/mijnmdkdbflccbedkmencjgiinjphjph |
簡介 | Add ahegao theme for Reddit |
檔案大小 | 4.1 KB |
安裝次數 | 136 |
目前版本 | 0.0.1 |
更新時間 | 2020-11-28 |
上架時間 | 2020-11-28 |
評分 | 4.71/5 共 7 次評分 |
開發者 | sammwy |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ahegao Mod For Reddit", "version": "0.0.1", "description": "Add ahegao theme for Reddit", "content_scripts": [ { "css": [ "src\/app.css" ], "js": [ "src\/app.js", "src\/ui-injector.js" ], "matches": [ "https:\/\/*.reddit.com\/*" ] } ] } |