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是由joannabyr开发的Chrome扩展程序,该扩展的主要功能是“Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun.”。
扩展截图
下载Needs More Glitter扩展crx文件
下载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" ] } ] } |