Jumpscare Tab
Replace your new tabs with the occasional Jumpscare!
Jumpscare Tab क्या है?
Jumpscare Tab griffink3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace your new tabs with the occasional Jumpscare!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jumpscare Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get your blood flowing and your heart racing with Jumpscare Tab. Any time you open a new tab you could be hit with a terrifying, bloodcurdling face but more likely, you'll see something pretty innocuous. You'll never know! Install it on a friend's computer to prank them :)
एक्सटेंशन की मूल जानकारी
नाम | Jumpscare Tab |
ID | lgffjphcglhjodndldapdedaemkkkcbo |
आधिकारिक URL | https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo |
विवरण | Replace your new tabs with the occasional Jumpscare! |
फ़ाइल का आकार | 38.2 MB |
स्थापना संख्या | 1,622 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-10-29 |
प्रकाशन तिथि | 2020-10-28 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | griffink3 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jumpscare Tab", "short_name": "Jumpscare Tab", "version": "1.0", "description": "Replace your new tabs with the occasional Jumpscare!", "author": "Griffin Kao and Michael Perusse", "chrome_url_overrides": { "newtab": "newpage.html" }, "permissions": [], "background": { "scripts": [ "newtab.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/pattern16.png", "32": "images\/pattern32.png", "48": "images\/pattern48.png", "128": "images\/pattern128.png" } }, "icons": { "16": "images\/pattern16.png", "32": "images\/pattern32.png", "48": "images\/pattern48.png", "128": "images\/pattern128.png" }, "manifest_version": 2 } |