e621 Subscriptions

Adds Watched/Subscribe feature to e621.net

e621 Subscriptions란 무엇입니까?

e621 Subscriptions은(는) milesseventh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Watched/Subscribe feature to e621.net"입니다.

확장 프로그램 스크린샷

screenshot

e621 Subscriptions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
            ]
        }
    ]
}