GlitterEverywhere
Leaves a glitter trail behind your mouse
GlitterEverywhere क्या है?
GlitterEverywhere EgoisticalGoat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Leaves a glitter trail behind your mouse"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GlitterEverywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Leaves a trail of glitter behind your mouse on every movement. Useful if your browsing experience is getting too boring and you want to add a splash of color.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iiaegbhgobfchilmdhkcijeejmcnicpp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/glittereverywhere/iiaegbhgobfchilmdhkcijeejmcnicpp |
विवरण | Leaves a glitter trail behind your mouse |
फ़ाइल का आकार | 38.51 KB |
स्थापना संख्या | 306 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2017-01-31 |
प्रकाशन तिथि | 2017-01-31 |
रेटिंग | 3.80/5 कुल 5 रेटिंग्स |
डेवलपर | EgoisticalGoat |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GlitterEverywhere", "description": "Leaves a glitter trail behind your mouse", "manifest_version": 2, "version": "0.1.0", "content_scripts": [ { "js": [ "glitter_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "*:\/\/*\/*" ] } |