IT'S TIME FOR ALEX!
Alex time...
IT'S TIME FOR ALEX! क्या है?
IT'S TIME FOR ALEX! JordanWelch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alex time..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IT'S TIME FOR ALEX! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just a little project I made for my digital media class in school along with my friends, Alex and Davis. Thank you to the maker of the TIME TO STOP extension and Filthy Frank for the inspiration. No Alexes were harmed in the making of this extension.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
विवरण | Alex time... |
फ़ाइल का आकार | 15.7 MB |
स्थापना संख्या | 307 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-03-27 |
प्रकाशन तिथि | 2019-03-27 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | JordanWelch |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "TIME FOR ALEX" }, "content_scripts": [ { "css": [ "timetostop.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "description": "Alex time... ", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "IT'S TIME FOR ALEX!", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "assets\/*" ] } |