Startup Erector

Startup Erector

Startup Erector là gì?

Startup Erector là một tiện ích mở rộng Chrome được phát triển bởi http://startup-erector.com, và tính năng chính của nó là "Startup Erector".

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

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

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

                        Growth Hacking Tool is a versatile utility designed to find out the very webpages among Google search results that contain any of the comment boxes given below:
 - Facebook
 - Discuss
 - Twitter
 - Decomment
 - Livefyre
 - Vkontakte
 - Google+
 - Cackle
 - Intense debate
 - 20+ internal comment systems

In addition, it has got a bunch of nice features such as enhanced comment editor and automatic scrolling to comment area.                    

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

Tên Startup Erector Startup Erector
ID jhjpkhmabonceielclcmfnilccaemoap
URL Chính Thức https://chrome.google.com/webstore/detail/startup-erector/jhjpkhmabonceielclcmfnilccaemoap
Mô tả Startup Erector
Kích Thước Tệp 51.31 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 0.0.17
Cập Nhật Lần Cuối 2016-11-19
Ngày Phát Hành 2016-11-19
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://startup-erector.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Startup Erector",
    "version": "0.0.17",
    "manifest_version": 2,
    "description": "Startup Erector",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "storage",
        "activeTab",
        "tabs"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.google.*\/*"
            ],
            "js": [
                "scripts\/contentscript-all.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ],
            "js": [
                "scripts\/contentscript-google.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-128.png",
            "38": "images\/icon-128.png"
        },
        "default_title": "Startup Erector",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/banana.png",
        "images\/icon-128.png",
        "images\/icon-19.png",
        "images\/loading-38.svg",
        "images\/loading-19.svg",
        "images\/disable-38.png",
        "images\/disable-19.png"
    ]
}