Plumkajdło | Braterstwo.eu
Wyświetla powiadomienia gdy zostaniesz oznaczony w jakimś nowym poście.
Plumkajdło | Braterstwo.eu क्या है?
Plumkajdło | Braterstwo.eu n0bdy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wyświetla powiadomienia gdy zostaniesz oznaczony w jakimś nowym poście."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Plumkajdło | Braterstwo.eu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Add-on will display notification once you're mentioned in any comment in braterstwo.eu. If not configured differently in add-on options it will also highlight comment where You've been mentioned. ----------------------------------------------------------------------------------------------------------------- This plugin shows notification once You've been mentioned in braterstwo.eu. Mention is understood to be 'at' sign (@) followed by username of mentioned user. Once at the page of given topic this plugin will search for comments that You've been mentioned and will highlight this comment. This is default behavior that can be overwritten in add-on settings. All You have to do is set Your username from braterstwo.eu in Add-on settings and done. This Add-on does not send nor gather any data from either you pc or braterstwo.eu. The only needed piece of information that's needed is Your public username. It is not stored outside Your browser and it is not collected for any purpose.
एक्सटेंशन की मूल जानकारी
नाम | Plumkajdło | Braterstwo.eu |
ID | mkkgfoghpmjimbjnkdhaomfhjdfgpdhd |
आधिकारिक URL | https://chromewebstore.google.com/detail/plumkajd%C5%82o-braterstwoeu/mkkgfoghpmjimbjnkdhaomfhjdfgpdhd |
विवरण | Wyświetla powiadomienia gdy zostaniesz oznaczony w jakimś nowym poście. |
फ़ाइल का आकार | 166 KB |
स्थापना संख्या | 75 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2020-12-07 |
प्रकाशन तिथि | 2020-11-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | n0bdy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plumkajd\u0142o | Braterstwo.eu", "version": "2.0.0", "description": "Wy\u015bwietla powiadomienia gdy zostaniesz oznaczony w jakim\u015b nowym po\u015bcie.", "icons": { "48": "icons\/braterstwo1-48.png", "96": "icons\/braterstwo1-96.png" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/braterstwo.eu\/tforum\/t\/*" ], "js": [ "scripts\/highlighter.js", "scripts\/follow_single.js" ] }, { "matches": [ "https:\/\/braterstwo.eu\/tforum\/ogolne", "https:\/\/braterstwo.eu\/tforum\/wydarzenia", "https:\/\/braterstwo.eu\/tforum\/sportowe", "https:\/\/braterstwo.eu\/tforum\/osiagniecia", "https:\/\/braterstwo.eu\/tforum\/wpa", "https:\/\/braterstwo.eu\/tforum\/lekarze", "https:\/\/braterstwo.eu\/tforum\/strzelnice", "https:\/\/braterstwo.eu\/tforum\/sprzet", "https:\/\/braterstwo.eu\/tforum\/sklepy", "https:\/\/braterstwo.eu\/tforum\/oferty" ], "js": [ "scripts\/follow.js" ], "css": [ "scripts\/follow.css" ] }, { "matches": [ "https:\/\/braterstwo.eu\/szkolenia" ], "js": [ "scripts\/filter_trainings.js" ] }, { "matches": [ "https:\/\/braterstwo.eu\/tforum" ], "js": [ "scripts\/bold.js" ] } ], "background": { "scripts": [ "scripts\/howler.min.js", "scripts\/plumkaj.js" ] }, "permissions": [ "notifications", "storage", "https:\/\/braterstwo.eu\/*" ], "browser_action": { "default_icon": { "48": "icons\/braterstwo1-48.png", "96": "icons\/braterstwo1-96.png" } } } |