e621 Subscriptions

Adds Watched/Subscribe feature to e621.net

e621 Subscriptions là gì?

e621 Subscriptions là một tiện ích mở rộng Chrome được phát triển bởi milesseventh, và tính năng chính của nó là "Adds Watched/Subscribe feature to e621.net".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng e621 Subscriptions

Tải xuống các tệp mở rộng e621 Subscriptions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên e621 Subscriptions e621 Subscriptions
ID dgjmocajjcibgpkigbnhengiidoehmoo
URL Chính Thức https://chromewebstore.google.com/detail/e621-subscriptions/dgjmocajjcibgpkigbnhengiidoehmoo
Mô tả Adds Watched/Subscribe feature to e621.net
Kích Thước Tệp 75.58 KB
Số Lần Cài Đặt 543
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2023-02-22
Ngày Phát Hành 2020-03-13
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển milesseventh
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://e621.net/forum/show/269304
URL Trang Chính Sách Bảo Mật https://pastebin.com/WQddJ0kK
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}