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 |
Eメール | [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" ] } ] } |