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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://e621.net/forum/show/269304
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}