Hide Social Toolbar on SPIEGEL Online
Hides the social sharing bar at the bottom of SPON
Hide Social Toolbar on SPIEGEL Online란 무엇입니까?
Hide Social Toolbar on SPIEGEL Online은(는) Stefan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides the social sharing bar at the bottom of SPON"입니다.
Hide Social Toolbar on SPIEGEL Online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Spiegel Online testet seit kurzem ihre "Social Toolbar", die sie sich von vielen modernen Blogs und Technikmagazinen abgeschaut haben und die nach einigem Scrollen am unteren Rand der Seite erscheint. Wen diese Toolbar genauso nervt wie mich, kann mit dieser Extension Spiegel Onlines Social Toolbar einfach abschalten. Diese Extension ist megasimpel, hat keine Optionen und dürfte keinerlei Wechselwirkungen entfalten, außer die Toolbar zu deaktivieren. Falls Euch doch irgendwas auffällt, sagt bescheid. Hang Loose.
확장 프로그램 기본 정보
이름 | ![]() |
ID | kplgbjpamdbkojejoainidccdeppddhd |
공식 URL | https://chrome.google.com/webstore/detail/hide-social-toolbar-on-sp/kplgbjpamdbkojejoainidccdeppddhd |
설명 | Hides the social sharing bar at the bottom of SPON |
파일 크기 | 15.29 KB |
설치 횟수 | 26 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-11-13 |
출시 날짜 | 2013-11-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Stefan |
결제 유형 | free |
지원되는 언어 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide Social Toolbar on SPIEGEL Online", "description": "Hides the social sharing bar at the bottom of SPON", "version": "1.0", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-19.png", "default_title": "block social toolbar on SPON" }, "content_scripts": [ { "matches": [ "*:\/\/*.spiegel.de\/*" ], "js": [ "rmv.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" } } |