shitpostify
Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
shitpostify란 무엇입니까?
shitpostify은(는) atlc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!"입니다.
확장 프로그램 스크린샷
shitpostify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Needed a way to quickly mock someone's comment online, with minimal effort? Thankfully, shitpostify fills that gap for you! All you need to do is right-click on a highlighted block of text, then click "Shitpostify highlighted text?" to see that Internet Tough Guy's comment ridiculed. Source code is at https://github.com/atlc/shitpostify-extension, any contributions or suggestions for improvement are greatly appreciated.
확장 프로그램 기본 정보
이름 | shitpostify |
ID | dojihbiflikelfjnoaljoeiklhgdnijp |
공식 URL | https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp |
설명 | Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt! |
파일 크기 | 46.01 KB |
설치 횟수 | 85 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2020-03-25 |
출시 날짜 | 2020-03-25 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | atlc |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "shitpostify", "version": "1.0.3", "description": "Right-click highlighted text to turn it into an EMOJi\ud83d\ude89lAdEn\u2642\ufe0fcOpYpasTA\ud83d\udcb0sHiTpoSt!", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "64": "\/icons\/64.png", "128": "\/icons\/128.png" } } |