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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matt.duncan13 และคุณลักษณะหลักของมันคือ "Shows a DOM indicator that the subreddit currently being views allows/bans tipping"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dogetip Allowed Subreddits Indicator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |