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 |
官方網址 | 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" ] } ] } |