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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |