Dogetip Allowed Subreddits Indicator
Shows a DOM indicator that the subreddit currently being views allows/bans tipping
Dogetip Allowed Subreddits Indicator क्या है?
Dogetip Allowed Subreddits Indicator matt.duncan13 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a DOM indicator that the subreddit currently being views allows/bans tipping"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dogetip Allowed Subreddits Indicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Displays a small floating notification to inform you if the subreddit you are currently browsing allows dogetipping. The notification minimizes itself on screen once scrolling begins to get out of your way while still providing a helpful hint! Subreddit allowed/banned list is pulled from www.reddit.com/r/dogecoin/wiki/other_subreddit_tipping Originally written by Matt Duncan - DOGE donations: D5ZN46GTLs2vqLFwkxcPMdjA1q6Q9nDhKz Ported for chrome by Maxime Kjaer - DOGE donations: D9xQ9V3BqzVcJtUj92immJJYcFsMLmVghq
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pecgkckjkdlhoaacmmacdadfngimlkdn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/dogetip-allowed-subreddit/pecgkckjkdlhoaacmmacdadfngimlkdn |
विवरण | Shows a DOM indicator that the subreddit currently being views allows/bans tipping |
फ़ाइल का आकार | 34.77 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-02-28 |
प्रकाशन तिथि | 2014-02-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | matt.duncan13 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/FoxxMD/dogetip-allowedindicator |
सहायता पृष्ठ URL | https://github.com/FoxxMD/dogetip-allowedindicator |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dogetip Allowed Subreddits Indicator", "version": "1.1", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Shows a DOM indicator that the subreddit currently being views allows\/bans tipping", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/*" ], "exclude_matches": [ "*:\/\/*.reddit.com\/r\/all\/*" ], "js": [ "script.js" ], "css": [ "suchStyle.css" ] } ], "permissions": [ "*:\/\/www.reddit.com\/r\/dogecoin\/wiki\/other_subreddit_tipping" ] } |