Twitter Edit Button
twitter.com Edit Button (FOR FUN ONLY)
Twitter Edit Button란 무엇입니까?
Twitter Edit Button은(는) http://mywordle.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "twitter.com Edit Button (FOR FUN ONLY)"입니다.
확장 프로그램 스크린샷
Twitter Edit Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a MAGIC button. This is a button that EVERYONE should have. You can edit any tweet! Not only your own tweets, but also any! Update on Aug 7, - More stable for Edit Button toggle options. - Bug fixes. Update on Aug 6, - Adapt to the latest Twitter.com DOM nodes. Update on Jul 15, - Fixed a bug that clicking the toggle edit button will scroll the page if you are not on the top. Update on Jul 8, - Now the status of Edit Button will be remembered by localStorage. Update on Jul 4, - Improved the toggle. Now looks very native on Twitter.com - Fixed some bugs. Disclaimer: We are not responsible for any content that users upload/edit. The user should take his/her own responsibility for using this tool.
확장 프로그램 기본 정보
이름 | |
ID | emlkfjkhnbaagjkofhllinflfggmenld |
공식 URL | https://chrome.google.com/webstore/detail/twitter-edit-button/emlkfjkhnbaagjkofhllinflfggmenld |
설명 | twitter.com Edit Button (FOR FUN ONLY) |
파일 크기 | 233 KB |
설치 횟수 | 561 |
현재 버전 | 2.1 |
최근 업데이트 | 2022-07-21 |
출시 날짜 | 2019-07-15 |
평점 | 2.50/5 총 4 개의 평점 |
개발자 | http://mywordle.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://chrome.google.com/webstore/detail/twitter-edit-button/emlkfjkhnbaagjkofhllinflfggmenld?hl=en |
개인정보 보호 정책 페이지 URL | https://high-qr-code-generator.com/privacy.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "[email protected]", "default_popup": "popup.html", "default_title": "Twitter Edit Button 2.1" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'", "content_scripts": [ { "js": [ "js\/jquery.js", "js\/ga.helper.js" ], "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ] } ], "description": "twitter.com Edit Button (FOR FUN ONLY)", "icons": { "128": "[email protected]", "16": "[email protected]", "19": "[email protected]", "48": "[email protected]" }, "manifest_version": 2, "name": "Twitter Edit Button", "permissions": [ "activeTab", "contextMenus", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "version": "2.1", "web_accessible_resources": [ "js\/jquery.js", "js\/script.twitter.hack.js", "css\/twitter.style.css", "css\/popup.style.css" ] } |