Super flies
A fly will invade your website and then disappear
Super flies क्या है?
Super flies namdaik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A fly will invade your website and then disappear"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Super flies एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A funny widget. A fly will show up on your web and then disappear.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | caklloabpkalcbddamnocieihkkokknc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/super-flies/caklloabpkalcbddamnocieihkkokknc |
विवरण | A fly will invade your website and then disappear |
फ़ाइल का आकार | 918 KB |
स्थापना संख्या | 308 |
वर्तमान संस्करण | 0.0006 |
अंतिम अपडेट | 2021-08-26 |
प्रकाशन तिथि | 2020-09-17 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | namdaik |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super flies", "version": "0.0006", "manifest_version": 3, "description": "A fly will invade your website and then disappear", "icons": { "19": "\/assets\/images\/ruoi\/ruoi19.png", "128": "\/assets\/images\/ruoi\/ruoi128.png", "16": "\/assets\/images\/ruoi\/ruoi16.png", "38": "\/assets\/images\/ruoi\/ruoi38.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/libs\/jquery.js", "assets\/js\/client.js" ], "run_at": "document_end" } ], "action": { "default_icon": "\/assets\/images\/ruoi\/ruoi19.png", "default_popup": "pages\/options.html" }, "options_page": "pages\/options.html", "permissions": [ "storage", "activeTab" ] } |