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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces images with random glitter gifs reminiscent of the Myspace era. Also replaces site fonts to add even more fun."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Needs More Glitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}