Clutterfree for Anilist
Minimal extension to remove clutter from AniList notifications
Clutterfree for Anilist क्या है?
Clutterfree for Anilist Miles Rayne द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimal extension to remove clutter from AniList notifications"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clutterfree for Anilist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Clutterfree for Anilist is a minimalistic browser extension for removing clutter from AniList notifications. Its core feature is the option to group similar notifications (such as activity likes) of the /notifications page on AniList into single items that can be expanded to show individual details when needed.
एक्सटेंशन की मूल जानकारी
नाम | Clutterfree for Anilist |
ID | hfgmcmijjnccacoefjdndepfkbaejllb |
आधिकारिक URL | https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb |
विवरण | Minimal extension to remove clutter from AniList notifications |
फ़ाइल का आकार | 17.81 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2023-03-18 |
प्रकाशन तिथि | 2023-03-18 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Miles Rayne |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clutterfree for Anilist", "description": "Minimal extension to remove clutter from AniList notifications", "version": "1.1.2", "author": "Miles Rayne", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/anilist.co\/*" ], "js": [ "polyfill.js", "clutterfree.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/anilist.co\/*" ], "resources": [ "css\/clutterfree.css" ] } ] } |