Needs More Glitter
Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.
Needs More Glitterคืออะไร?
Needs More Glitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joannabyr และคุณลักษณะหลักของมันคือ "Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Needs More Glitter
ดาวน์โหลดไฟล์ส่วนขยาย Needs More Glitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Miss how crazy Myspace pages were and the capability of total creative freedom? Take that back with Needs More Glitter! Disrupt your usual browsing with an onslaught of glitter gifs and handwritten text on any website you may visit. This extension replaces all images on the webpage with a random selection of glitter gifs, reminiscent of over-customized Myspace pages and early internet websites, along with changing web fonts to totally fun options like Comic Sans.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Needs More Glitter |
ID | bjkojoepnmilndielfbdlpdcgogcegce |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/needs-more-glitter/bjkojoepnmilndielfbdlpdcgogcegce |
คำอธิบาย | Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun. |
ขนาดไฟล์ | 209 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-12-10 |
วันที่เผยแพร่ | 2020-12-09 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | joannabyr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://joannabyrne.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Needs More Glitter", "version": "1.0.0", "description": "Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.", "homepage_url": "https:\/\/joannabyrne.com", "manifest_version": 2, "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png", "256": "logo-256.png", "512": "logo-512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "css": [ "basic-extension.css" ], "js": [ "jquery.min.js", "ready.js", "basic-extension.user.js" ] } ] } |