Boo!
Adds very realistic animated spiders to your chrome browser.
Boo! क्या है?
Boo! bugextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds very realistic animated spiders to your chrome browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Boo! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Every time you click the 'boo!' button, a spider will be added to the current page. There is a random delay to maximize the fright. The animated spiders will walk around the screen. If your mouse overlaps the spider there is a chance of it dying and falling to the bottom of the screen.
एक्सटेंशन की मूल जानकारी
नाम | Boo! |
ID | lppmdekfhcfphenoakkbdjnlgdbaklpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd |
विवरण | Adds very realistic animated spiders to your chrome browser. |
फ़ाइल का आकार | 60.92 KB |
स्थापना संख्या | 83 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2018-10-29 |
प्रकाशन तिथि | 2018-10-29 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | bugextension |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://auz.github.io/Bug/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boo!", "short_name": "Boo!", "version": "1.2", "manifest_version": 2, "description": "Adds very realistic animated spiders to your chrome browser.", "homepage_url": "https:\/\/auz.github.io\/Bug\/", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "boo!" }, "permissions": [ "activeTab" ], "icons": { "16": "boo-icon16.png", "48": "boo-icon48.png", "64": "boo-icon64.png", "128": "boo-icon128.png" } } |