patreon comments autoload

auto load all the comments

patreon comments autoloadคืออะไร?

patreon comments autoload เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jamokops และคุณลักษณะหลักของมันคือ "auto load all the comments"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย patreon comments autoload

ดาวน์โหลดไฟล์ส่วนขยาย patreon comments autoload ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        功能介紹:
一click自動加載所有patreon評論及答覆
評論可以按最早或者最新排序
内容搜索 (下一個version)

如何使用:
打開一個patreon的post,點擊icon
或者使用快捷鍵
windows : Shift+Alt+P
mac : Shife+Command+P

如果你覺得好用,你可捐贈來支持軟件開發
我的patreon : https://www.patreon.com/jammok

I can not find a suitable extension to load all the patreon comments. so i decide to write my own extension. it turns out it's easier than what i expect. 

Features:
load all the comments and its replies in one click
order by earliest first or newest first
content searching (maybe in the next version)

How to use:
Open a patreon post -> click the extension icon

Pop up shortcut:
windows : Shift+Alt+P
mac : Shife+Command+P

if u find it useful , you can make a donotion to support  software development 
my patreon : https://www.patreon.com/jammok                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ patreon comments autoload patreon comments autoload
ID nlpnchiobcannjpefmplgaephfkcnfhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/patreon-comments-autoload/nlpnchiobcannjpefmplgaephfkcnfhk
คำอธิบาย auto load all the comments
ขนาดไฟล์ 91.01 KB
จำนวนการติดตั้ง 387
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-08-04
วันที่เผยแพร่ 2020-07-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jamokops
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.patreon.com/jammok
URL หน้าช่วยเหลือ https://www.patreon.com/jammok
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "patreon comments autoload",
    "version": "1.0.1",
    "description": "auto load all the comments",
    "permissions": [
        "https:\/\/www.patreon.com\/api\/posts\/*",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "autoload patreon comments",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/patreon16.png",
            "32": "images\/patreon32.png",
            "48": "images\/patreon48.png",
            "128": "images\/patreon128.png"
        }
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "windows": "Alt+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    },
    "icons": {
        "16": "images\/patreon16.png",
        "32": "images\/patreon32.png",
        "48": "images\/patreon48.png",
        "128": "images\/patreon128.png"
    },
    "manifest_version": 2
}