WattReplace
Replace reader insert variables with your own prefered settings.
什麼是WattReplace?
WattReplace是由andrewmdcdev開發的Chrome擴展程式,該擴展的主要功能是“Replace reader insert variables with your own prefered settings.”。
擴展截圖
下載WattReplace擴展crx文件
下載WattReplace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Version 0.0.0.3 Simple extension for replacing reader insert variables on Wattpad. Enter your settings and the page will automatically fill in the placeholders with your preferences. Included support for (Y/N) | (y/n) : Your name (E/C) | (e/c) : Eye colour (H/C) | (h/c) : Hair colour Updates in version 0.0.0.3 -3 additional custom mappings -Auto Replace checkbox in settings. This eliminates the need to refresh when continuing chapters -Fixes a bug that would not load gifs or pictures It's been a while since last update. I did not expect to have many users so I checked and addressed the feedback in the reviews. Note: if you continue through multiple chapters and the placeholders aren't being replaced, simply refresh the page and they should show up! Happy reading!
擴展基本資訊
名稱 | WattReplace |
ID | mhejiinpdnhdioekndpdlcehmfmmeipm |
官方網址 | https://chromewebstore.google.com/detail/wattreplace/mhejiinpdnhdioekndpdlcehmfmmeipm |
簡介 | Replace reader insert variables with your own prefered settings. |
檔案大小 | 56.45 KB |
安裝次數 | 2,842 |
目前版本 | 0.0.0.4 |
更新時間 | 2023-08-30 |
上架時間 | 2016-02-09 |
評分 | 3.64/5 共 11 次評分 |
開發者 | andrewmdcdev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WattReplace", "version": "0.0.0.4", "description": "Replace reader insert variables with your own prefered settings.", "manifest_version": 2, "browser_action": { "default_icon": "amdzlogo.png", "default_popup": "options.html", "default_title": "Reader Insert Multi-Replace on Wattpad" }, "permissions": [ "https:\/\/ajax.googleapis.com\/", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "http:\/\/www.wattpad.com\/*", "https:\/\/www.wattpad.com\/*" ], "js": [ "controller.js" ] } ] } |