Spook
This extension randomly gives the user some spooky action
Spook क्या है?
Spook cjhall1283 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension randomly gives the user some spooky action"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
1 in 20 chance of a jumpscare when opening a new page.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jfahlajgnlapffdmakifjagpalmdalpl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/spook/jfahlajgnlapffdmakifjagpalmdalpl |
विवरण | This extension randomly gives the user some spooky action |
फ़ाइल का आकार | 3.68 KB |
स्थापना संख्या | 119 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2015-10-27 |
प्रकाशन तिथि | 2015-10-27 |
रेटिंग | 1.71/5 कुल 7 रेटिंग्स |
डेवलपर | cjhall1283 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spook", "description": "This extension randomly gives the user some spooky action", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |