IT'S TIME TO STOP!
Is it time to stop? Tap the button to find out.
IT'S TIME TO STOP!란 무엇입니까?
IT'S TIME TO STOP!은(는) GameTSF에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Is it time to stop? Tap the button to find out."입니다.
확장 프로그램 스크린샷
IT'S TIME TO STOP! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WARNING: This extension may not work on all devices, I apologize for any inconvenience and there is not much I can do to at this time but I am working on finding a fix. Stay tuned! Sometimes you don't know when to stop. But with this extension, papa franku can tell you when it's time to stop. Press the button and he'll give you some great advice. Now with multiple clips! Each page load will have a random clip out of 3! The videos are also now packaged with the extension instead of a remote website so it should fix any issues. Credits: FilthyFrank - being filthy frank Walter Scitta - Bug Fixes Neurotoxin101 - Screenshots Change-log: Version 1.0: Original Release Version 1.0.5: Packaged clips into extension for offline use. Version 1.0.6: Brand new clips Version 1.0.7: Bug fixes - (thanks to Walter Scitta) Version 1.2.0: New icon & halted customer support - will be added back when development starts again (very soon).
확장 프로그램 기본 정보
이름 | |
ID | pfcacfgohgdodgmahbjkbndbdkmfknlo |
공식 URL | https://chrome.google.com/webstore/detail/its-time-to-stop/pfcacfgohgdodgmahbjkbndbdkmfknlo |
설명 | Is it time to stop? Tap the button to find out. |
파일 크기 | 14.41 MB |
설치 횟수 | 14,336 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2019-06-21 |
출시 날짜 | 2019-06-21 |
평점 | 4.57/5 총 514 개의 평점 |
개발자 | GameTSF |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://youtube.com/gametsf |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IT'S TIME TO STOP!", "version": "1.2.0", "manifest_version": 2, "description": "Is it time to stop? Tap the button to find out.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "TIME TO STOP" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "css": [ "timetostop.css" ] } ], "web_accessible_resources": [ "assets\/*" ] } |