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 là gì?
Needs More Glitter là một tiện ích mở rộng Chrome được phát triển bởi joannabyr, và tính năng chính của nó là "Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Needs More Glitter
Tải xuống các tệp mở rộng Needs More Glitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Needs More Glitter |
ID | bjkojoepnmilndielfbdlpdcgogcegce |
URL Chính Thức | https://chromewebstore.google.com/detail/needs-more-glitter/bjkojoepnmilndielfbdlpdcgogcegce |
Mô tả | Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun. |
Kích Thước Tệp | 209 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-12-10 |
Ngày Phát Hành | 2020-12-09 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | joannabyr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://joannabyrne.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |