PSTui

This extension serves to alter the experience on playstationtrophies.org.

PSTuiคืออะไร?

PSTui เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Douglas Glover และคุณลักษณะหลักของมันคือ "This extension serves to alter the experience on playstationtrophies.org."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PSTui

ดาวน์โหลดไฟล์ส่วนขยาย PSTui ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adjust the look and feel of playstationtrophies.org.

Developed by Douglas Glover "The__Noid". 

The developer is a Graphics and Event Director staff member on playstationtrophies.org. This browser extension is in a state of constant development phases, and no guarantee is made of its overall quality.

If you should encounter a bug, or have a suggestion, please contact me at [email protected]


~~CHANGELOG~~

V1.521
- Updated Twitch banner to 100% width

V1.51~2
- Added, and then removed (commented out) April Fool's code
- Made all avatars into My Little Pony avatars

V1.5
- Added support for Xboxachievements.org
- Removed some buggy features

V1.48
- Signature styling adjustments, and logging for oversized (too tall) signatures

V1.46
- No more April Fools!

V1.45
- April Fools!

V1.44
- New feature: Character count for both quick reply and regular posts

V1.43
- Added new function: Clicking an image in a post will now open it in a lightbox

V1.42
- Went a bit too vague with V1.4 for the User page fix; narrowed it down

V1.41
- Adjusted the Private Messages functionality to work across the board properly, rather than just the "Check All" button

V1.4
- Adjusted placement of the Search bar
- Overall improvements to main navigation styling
- Added back the Login section, and re-styled it to just text links, no images, on one line (for minimal impact)
- Fixed the broken top nav of the users pages

V1.3
- Added ability to check all Private Messages

V1.22
- Adjusted secondary nav to not COMPLETELY break member profile pages
    - Current relevant bug: users with > 1 page of visitor messages will have a broken secondary nav
- Changed the coloring of the main nav to match the blue and white theme of the site

V1.21
- Added secondary nav to fixed top nav
- Made main nav left-align when window below 1111px (intercepts w/ search)
- Removed superfluous "login" section

V1.2
- Fixed padding issue with footer, which was causing horizontal scroll

V1.11
- Restricted use to the forum section of the site

V1.1
- Sets site width to 100%, enabling a "Full Screen" effect
- Fixed position navigation                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PSTui PSTui
ID jlcondmchoahedepldkfpkafcepeblnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pstui/jlcondmchoahedepldkfpkafcepeblnp
คำอธิบาย This extension serves to alter the experience on playstationtrophies.org.
ขนาดไฟล์ 542 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.602
อัปเดตครั้งล่าสุด 2019-04-02
วันที่เผยแพร่ 2019-04-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Douglas Glover
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "javascript.js",
                "options.js"
            ],
            "matches": [
                "https:\/\/www.playstationtrophies.org\/forum\/*",
                "https:\/\/www.xboxachievements.com\/forum\/*"
            ]
        }
    ],
    "description": "This extension serves to alter the experience on playstationtrophies.org.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgNH16VIWGSKuLk0doyea5fj+faW88XJQDu1IjYToIfIh+azExkCOiPmyHfAolulcgxJXmn7kX68piN6mzc83W43Ezzf1OFjR9jTPM+EBVr9aGatxvjj7NdYdxJd26q6M9XTdVnoAnYQmy3GdGFln4vZbA\/RcGe+d\/7fZGYHrg4nBEIhkn0n1N\/8BI0AFvIIj+c72RRZ5Ox33EsN6n4nt+uwYDhFdR4rvl02xXbLiiButocwBBM6Ll9r0rez1VvxSIgQW\/N0DHc\/8P20Mtte2PaTmC7W8tdPYPh\/w79+ODU9rKHkVqXRZSjdLBV3Km6DUr99899NWyL7ZFnx0\/HjpmQIDAQAB",
    "manifest_version": 2,
    "name": "PSTui",
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.602"
}