IT'S TIME TO STOP!

Is it time to stop? Tap the button to find out.

IT'S TIME TO STOP! là gì?

IT'S TIME TO STOP! là một tiện ích mở rộng Chrome được phát triển bởi GameTSF, và tính năng chính của nó là "Is it time to stop? Tap the button to find out.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IT'S TIME TO STOP!

Tải xuống các tệp mở rộng IT'S TIME TO STOP! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IT'S TIME TO STOP! IT'S TIME TO STOP!
ID pfcacfgohgdodgmahbjkbndbdkmfknlo
URL Chính Thức https://chrome.google.com/webstore/detail/its-time-to-stop/pfcacfgohgdodgmahbjkbndbdkmfknlo
Mô tả Is it time to stop? Tap the button to find out.
Kích Thước Tệp 14.41 MB
Số Lần Cài Đặt 14,336
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2019-06-21
Ngày Phát Hành 2019-06-21
Đánh Giá 4.57/5 Tổng số 514 Đánh Giá
Nhà Phát Triển GameTSF
Loại Thanh Toán free
Trang Web Mở Rộng http://youtube.com/gametsf
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}