Mako's RoleLayer Fix
A fix for the current rolelayer extension.
Co je Mako's RoleLayer Fix?
Mako's RoleLayer Fix je rozšíření Chrome vyvinuté julio.klato, a jeho hlavní funkcí je „A fix for the current rolelayer extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mako's RoleLayer Fix
Stáhněte si soubory rozšíření Mako's RoleLayer Fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A fix for the current RP focused helper plugin to add images, videos and media in general, and format comments on Reddit. You can also embed youtube videos and display them next to your comment for various purposes, but it's intended for background music, as the display is made to be small, as shown in the screenshot. Source code by Vulniq
Základní Informace o Rozšíření
Název | Mako's RoleLayer Fix |
ID | megpllgffdllkifcjcpbelelndcgceko |
Oficiální URL | https://chromewebstore.google.com/detail/makos-rolelayer-fix/megpllgffdllkifcjcpbelelndcgceko |
Popis | A fix for the current rolelayer extension. |
Velikost souboru | 212 KB |
Počet instalací | 52 |
Aktuální Verze | 0.9 |
Poslední Aktualizace | 2023-06-22 |
Datum Vydání | 2022-05-08 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | julio.klato |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://old.reddit.com/r/DanganRoleplay |
Podporované Jazyky | en |
manifest.json | |
{ "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "service.js", "type": "module" }, "content_scripts": [ { "css": [ "common.css" ], "js": [ "classnames.js", "format.js" ], "matches": [ "*:\/\/*.reddit.com\/message\/*", "*:\/\/*.reddit.com\/user\/*", "*:\/\/*.reddit.com\/r\/DanganRonpa\/comments\/*", "*:\/\/*.reddit.com\/r\/Danganronpa\/comments\/*", "*:\/\/*.reddit.com\/r\/danganronpa\/comments\/*", "*:\/\/*.reddit.com\/r\/DanganRoleplay\/comments\/*", "*:\/\/*.reddit.com\/r\/Danganroleplay\/comments\/*", "*:\/\/*.reddit.com\/r\/danganroleplay\/comments\/*", "*:\/\/*.reddit.com\/r\/DanganRoleplayBrasil\/comments\/*", "*:\/\/*.reddit.com\/r\/danganroleplaybrasil\/comments\/*", "*:\/\/*.reddit.com\/r\/Danganroleplaybrasil\/comments\/*", "*:\/\/*.reddit.com\/r\/DRRPSpriteTester\/comments\/*", "*:\/\/*.reddit.com\/r\/vlnq\/comments\/*" ], "run_at": "document_start" }, { "css": [ "danganroleplay_all.css" ], "js": [ "settingstorage.js", "settingapplication.js" ], "matches": [ "*:\/\/*.reddit.com\/r\/DanganRoleplay\/*", "*:\/\/*.reddit.com\/r\/Danganroleplay\/*", "*:\/\/*.reddit.com\/r\/danganroleplay\/*", "*:\/\/*.reddit.com\/r\/DRRPSpriteTester\/*", "*:\/\/*.reddit.com\/r\/vlnq\/*" ], "run_at": "document_start" }, { "css": [ "danganroleplay_comments.css" ], "js": [ "constants.js", "constants_roleplay.js", "core.js", "participants.js", "format-tagline.js", "format-comments.js", "spritemenu.js", "mentionmenu.js", "bulletmenu.js", "youtubeplayer.js" ], "matches": [ "*:\/\/*.reddit.com\/r\/DanganRoleplay\/comments\/*", "*:\/\/*.reddit.com\/r\/Danganroleplay\/comments\/*", "*:\/\/*.reddit.com\/r\/danganroleplay\/comments\/*", "*:\/\/*.reddit.com\/r\/DRRPSpriteTester\/comments\/*", "*:\/\/*.reddit.com\/r\/vlnq\/comments\/*" ], "run_at": "document_end" }, { "css": [ "danganronpa.css" ], "js": [ "constants.js", "constants_ronpa.js", "core.js", "participants.js", "format-tagline.js", "spritemenu.js", "mentionmenu.js", "bulletmenu.js", "youtubeplayer.js" ], "matches": [ "*:\/\/*.reddit.com\/r\/DanganRonpa\/comments\/*", "*:\/\/*.reddit.com\/r\/Danganronpa\/comments\/*", "*:\/\/*.reddit.com\/r\/danganronpa\/comments\/*" ], "run_at": "document_end" } ], "description": "A fix for the current rolelayer extension.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png", "64": "icon-64.png", "96": "icon-96.png" }, "manifest_version": 3, "name": "Mako's RoleLayer Fix", "options_ui": { "page": "options.html" }, "version": "0.9", "web_accessible_resources": [ { "resources": [ "icon-*.png", "settings.png" ], "matches": [ " |