e621 Subscriptions

Adds Watched/Subscribe feature to e621.net

e621 Subscriptionsคืออะไร?

e621 Subscriptions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย milesseventh และคุณลักษณะหลักของมันคือ "Adds Watched/Subscribe feature to e621.net"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย e621 Subscriptions

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

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

                        Extension adds subscription to tags functionality for e621.net, adding "Watched" button into navigation bar at the top of the page and embedding "OwO/XwX (Subscribe/Unsubscribe)" button for every tag shown on the sidebar.

There is also an option to check new images without visiting the site -- just open extension's popup window and it will show amount of new images.                    

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

ชื่อ e621 Subscriptions e621 Subscriptions
ID dgjmocajjcibgpkigbnhengiidoehmoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/e621-subscriptions/dgjmocajjcibgpkigbnhengiidoehmoo
คำอธิบาย Adds Watched/Subscribe feature to e621.net
ขนาดไฟล์ 75.58 KB
จำนวนการติดตั้ง 543
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2023-02-22
วันที่เผยแพร่ 2020-03-13
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา milesseventh
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://e621.net/forum/show/269304
URL หน้านโยบายความเป็นส่วนตัว https://pastebin.com/WQddJ0kK
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "e621 Subscriptions",
    "version": "2.1.1",
    "description": "Adds Watched\/Subscribe feature to e621.net",
    "icons": {
        "96": "graphics\/e621.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.e621.net\/*"
    ],
    "browser_action": {
        "default_icon": "graphics\/e621.png",
        "default_title": "E621 Watched",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.e621.net\/*"
            ],
            "js": [
                "shared.js",
                "combatfox.js"
            ]
        }
    ]
}