Click Trap Remover, Shortlinker and POD post
Makes Facebook dialogs right clickable and shortable. Now with PODs.
Click Trap Remover, Shortlinker and POD post란 무엇입니까?
Click Trap Remover, Shortlinker and POD post은(는) Spockholm Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes Facebook dialogs right clickable and shortable. Now with PODs."입니다.
확장 프로그램 스크린샷
Click Trap Remover, Shortlinker and POD post 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When playing the FB Wrapped Mafia Wars game, Facebook adds a block to copy-paste text content. This extension vill remove that. Bonus feature, enables you to shorturl links with the spockon.me service from Spockholm Mafia Tools. Now with POD support! Change settings on the addons page.
확장 프로그램 기본 정보
이름 | |
ID | bfkpgpnhpamnbamgbpdhegjehippjdgd |
공식 URL | https://chrome.google.com/webstore/detail/click-trap-remover-shortl/bfkpgpnhpamnbamgbpdhegjehippjdgd |
설명 | Makes Facebook dialogs right clickable and shortable. Now with PODs. |
파일 크기 | 24.2 KB |
설치 횟수 | 1,004 |
현재 버전 | 2.55 |
최근 업데이트 | 2015-10-16 |
출시 날짜 | 2015-10-16 |
평점 | 4.00/5 총 48 개의 평점 |
개발자 | Spockholm Tools |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.spockholm.com/mafia/testing.php |
도움말 페이지 URL | http://spockon.me/forum/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click Trap Remover, Shortlinker and POD post", "short_name": "ClickTrapShort", "homepage_url": "http:\/\/www.spockholm.com\/mafia\/donate.php", "version": "2.55", "manifest_version": 2, "description": "Makes Facebook dialogs right clickable and shortable. Now with PODs.", "icons": { "128": "icon_128.png" }, "options_page": "clicktrap\/options.html", "options_ui": { "page": "clicktrap\/options.html", "chrome_style": true }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/www.facebook.com\/dialog\/feed*", "*:\/\/www.facebook.com\/*\/dialog\/feed*", "*:\/\/apps.facebook.com\/inthemafia\/*" ], "run_at": "document_end", "js": [ "clicktrap\/clicktrap.js" ] } ], "permissions": [ "*:\/\/spockon.me\/*", "*:\/\/pod.mwlists.com\/*", "*:\/\/mwlists.com\/*", "storage" ] } |