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開發的Chrome擴展程式,該擴展的主要功能是“Shows a DOM indicator that the subreddit currently being views allows/bans tipping”。
擴展截圖
下載Dogetip Allowed Subreddits Indicator擴展crx文件
下載Dogetip Allowed Subreddits Indicator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |