Remove Spiceworks Adverts

Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG

Remove Spiceworks Adverts란 무엇입니까?

Remove Spiceworks Adverts은(는) mrthrust에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Remove Spiceworks Adverts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Removes Top & right hand side banners from the Spiceworks ticket page, making it a lot easier to concentrate on open tickets & not having any adverts cluttering the page.                    

확장 프로그램 기본 정보

이름 Remove Spiceworks Adverts Remove Spiceworks Adverts
ID likbcpicpohcaicgfcojindfadifpifc
공식 URL https://chromewebstore.google.com/detail/remove-spiceworks-adverts/likbcpicpohcaicgfcojindfadifpifc
설명 Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
파일 크기 34.09 KB
설치 횟수 284
현재 버전 1.4
최근 업데이트 2020-01-22
출시 날짜 2020-01-18
평점 3.78/5 총 9 개의 평점
개발자 mrthrust
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Spiceworks Adverts",
    "version": "1.4",
    "description": "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/on.spiceworks.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true
        }
    ]
}