MLPLounge Trixie Theme
Modifies the MLPLounge css to better match best human/pony's color scheme. Also sets font to normal.
Hvad er MLPLounge Trixie Theme?
MLPLounge Trixie Theme er en Chrome-udvidelse udviklet af Shawnyall, og dens hovedfunktion er "Modifies the MLPLounge css to better match best human/pony's color scheme. Also sets font to normal.".
Udvidelsesskærmbilleder
Download MLPLounge Trixie Theme-udvidelses-CRX-fil
Download MLPLounge Trixie Theme-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Injects custom CSS into the PLounge so you can stare at best human/pony while browsing. Also resets the font if the mods decide to screw with it (again). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | giooeblinjlaboljgjhmbgolgemlpppo |
| Officiel URL | https://chromewebstore.google.com/detail/mlplounge-trixie-theme/giooeblinjlaboljgjhmbgolgemlpppo |
| Beskrivelse | Modifies the MLPLounge css to better match best human/pony's color scheme. Also sets font to normal. |
| Filstørrelse | 19.73 KB |
| Antal Installationer | 20 |
| Nuværende Version | 1.4.2 |
| Senest Opdateret | 2016-01-11 |
| Udgivelsesdato | 2016-01-10 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Shawnyall |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MLPLounge Trixie Theme",
"description": "Modifies the MLPLounge css to better match best human\/pony's color scheme. Also sets font to normal.",
"version": "1.4.2",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.reddit.com\/r\/MLPLounge",
"http:\/\/*.reddit.com\/r\/MLPLounge\/*",
"http:\/\/*.reddit.com\/r\/mlplounge",
"http:\/\/*.reddit.com\/r\/mlplounge\/*",
"http:\/\/reddit.com\/user\/*",
"https:\/\/*.reddit.com\/r\/MLPLounge",
"https:\/\/*.reddit.com\/r\/MLPLounge\/*",
"https:\/\/*.reddit.com\/r\/mlplounge",
"https:\/\/*.reddit.com\/r\/mlplounge\/*",
"https:\/\/reddit.com\/user\/*"
],
"exclude_matches": [
"http:\/\/reddit.com\/",
"http:\/\/reddit.com\/r\/*"
],
"css": [
"trixie.css"
],
"run_at": "document_start"
}
],
"permissions": [
"http:\/\/*.reddit.com\/",
"https:\/\/*.reddit.com\/",
"http:\/\/*.redditstatic.com\/",
"http:\/\/*.redditmedia.com\/"
],
"web_accessible_resources": [
"trixie.css"
]
} | |