SGChecker

Shows SG message/comment count and enables various helper scripts.

SGChecker là gì?

SGChecker là một tiện ích mở rộng Chrome được phát triển bởi Aaron B., và tính năng chính của nó là "Shows SG message/comment count and enables various helper scripts.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng SGChecker 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

                        Completely new version for the updated site!

SGChecker - Adding fixes and features to suicidegirls.com, so you don't have to!

Changelog: 

2014-05-05
* Add plugin for alternative gallery viewer (this one is better for low res screens)
* Update the Set Download plugin (MUCH faster now!)

2013-12-16
* Add plugin to download sets - Because of how this plugin works, and my level of lazy - it is not currently disable-able.

2013-12-07
* Get rid of most of the features, as they aren't needed anymore.
* Added plugin to open MY GROUPS instead of PUBLIC GROUPS.
* Working on enabling some of the other plugins.. stay tuned!

2013-03-05:
* Plugins can now have configure options.
* Added config options for Gallery 
   - Overlay now optional
   - Auto re-sizing now optional

2013-03-01:
* Gallery now has overlay with previous / next and add image to favs
* Gallery resizes images dynamically to fit your browser window                    

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

Tên SGChecker SGChecker
ID ahdedljhchefnncmpidalkbbedfgmmcn
URL Chính Thức https://chrome.google.com/webstore/detail/sgchecker/ahdedljhchefnncmpidalkbbedfgmmcn
Mô tả Shows SG message/comment count and enables various helper scripts.
Kích Thước Tệp 974 KB
Số Lần Cài Đặt 496
Phiên Bản Hiện Tại 4.3.1
Cập Nhật Lần Cuối 2014-06-05
Ngày Phát Hành 2014-06-05
Đánh Giá 4.33/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Aaron B.
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/qbit/SGChecker
URL Trang Trợ Giúp https://github.com/qbit/SGChecker/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "SGChecker v4.3.1",
        "default_icon": "sg_not_in.png"
    },
    "background": {
        "page": "background.html"
    },
    "description": "Shows SG message\/comment count and enables various helper scripts.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.suicidegirls.com\/*",
                "http:\/\/*.suicidegirls.com\/*",
                "https:\/\/*.cloudfront.net\/*"
            ],
            "js": [
                "jszip.js",
                "sg_inject.js",
                "addSetDownloadLink.js",
                "Gallery.js"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "name": "SGChecker",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*.suicidegirls.com\/*",
        "https:\/\/*.suicidegirls.com\/*",
        "https:\/\/*.cloudfront.net\/*",
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "icon_48.png",
        "sg_inject.js",
        "Gallery.js",
        "addSetDownloadLink.js",
        "addNameToImage.js",
        "replaceVideoPlayer.js",
        "addVideoDownloadLink.js",
        "addNewGalleryViewer.js",
        "replaceHTMLGallery.js",
        "postButtonsEnhanced.js",
        "addSubMenus.js",
        "loadMyGroups.js",
        "addRemoveAllToFeed.js"
    ],
    "version": "4.3.1"
}