DeArrow - Better Titles and Thumbnails

Crowdsourcing titles and thumbnails to be descriptive and not sensational

DeArrow - Better Titles and Thumbnails là gì?

DeArrow - Better Titles and Thumbnails là một tiện ích mở rộng Chrome được phát triển bởi https://dearrow.ajay.app, và tính năng chính của nó là "Crowdsourcing titles and thumbnails to be descriptive and not sensational".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DeArrow - Better Titles and Thumbnails

Tải xuống các tệp mở rộng DeArrow - Better Titles and Thumbnails 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

                        DeArrow is a browser extension for crowdsourcing better titles and thumbnails on YouTube. The goal of DeArrow is to make titles accurate and reduce sensationalism.

DeArrow is a paid (if you want) browser extension. You can purchase an unlimited-use license key for 1$. However, if you cannot, or do not want to pay, you can use the extension by clicking the "I can't/don't want to pay" button.

Titles can be any arbitrary text. Thumbnails are screenshots from specific timestamps in the video. These are user submitted and voted on.

By default, if there are no submissions, it will format the original title to the user-specified format, and set a screenshot from a random timestamp as the thumbnail. This can be configured in the options to disable formatting, or show the original thumbnail by default.

If the original thumbnail is actually good, you can still vote for it in the submission menu, and then it will act like a submission.

No more dealing with clickbait, arrows, or annoying faces.

Users can submit better titles and thumbnails for each video and vote on them.

---

How does DeArrow differ from Clickbait Remover for YouTube
- Unlike Clickbait Remover, DeArrow's main purpose is for crowdsourcing better titles and thumbnails

- When a crowdsourced title is not available, DeArrow will auto-format it according to your setting, but does it in a more sophisticated way than Clickbait Remover. Instead of only setting all words to lower case, or capitalizing every word, DeArrow supports casing systems such as "Title Case" and "Sentence case". These will still allow acronyms and proper names to remain capitalized.

- When a crowdsourced thumbnail is not available, DeArrow by default shows a screenshot at a random timestamp in the video. Clickbait Remover's thumbnails use YouTube auto-generated thumbnails, and while they are seemingly random, they are chosen by a machine learning algorithm to favor faces with expressions, and other overstimulating features. DeArrow uses truly random timestamps generated by its own server. DeArrow will also check the SponsorBlock database to ensure the randomized thumbnail is not inside of a sponsor segment.

---

Source code: https://github.com/ajayyy/DeArrow

Permissions:

Access your data for youtube.com, www.youtube-nocookie.com:
- Used to modify the YouTube webpage                    

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

Tên DeArrow - Better Titles and Thumbnails DeArrow - Better Titles and Thumbnails
ID enamippconapkdmgfgjchkhakpfinmaj
URL Chính Thức https://chromewebstore.google.com/detail/dearrow-better-titles-and/enamippconapkdmgfgjchkhakpfinmaj
Mô tả Crowdsourcing titles and thumbnails to be descriptive and not sensational
Kích Thước Tệp 1.11 MB
Số Lần Cài Đặt 28,617
Phiên Bản Hiện Tại 1.5.7
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2023-06-10
Đánh Giá 4.47/5 Tổng số 123 Đánh Giá
Nhà Phát Triển https://dearrow.ajay.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://dearrow.ajay.app
URL Trang Trợ Giúp https://ajay.app
URL Trang Chính Sách Bảo Mật https://gist.github.com/ajayyy/9bfec83d57ea34f5182658ec8445aa9d
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_deArrowFullName__",
    "short_name": "DeArrow",
    "version": "1.5.7",
    "default_locale": "en",
    "description": "__MSG_deArrowDescription__",
    "homepage_url": "https:\/\/dearrow.ajay.app",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "scripting"
    ],
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "64": "icons\/logo-64.png",
        "128": "icons\/logo-128.png",
        "256": "icons\/logo-256.png",
        "512": "icons\/logo-512.png",
        "1024": "icons\/logo-1024.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "world": "MAIN",
            "js": [
                ".\/js\/document.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/www.youtube-nocookie.com\/embed\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/refresh.svg",
                "icons\/logo.svg",
                "js\/document.js",
                "js\/options.js",
                "js\/popup.js",
                "popup.css",
                "shared.css",
                "help.html",
                "help.css",
                "icons\/logo-16.png",
                "icons\/logo-32.png",
                "icons\/logo-64.png",
                "icons\/logo-128.png",
                "icons\/logo-256.png",
                "icons\/logo-2r.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/sponsor.ajay.app\/*",
        "https:\/\/dearrow-thumb.ajay.app\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/www.youtube-nocookie.com\/embed\/*"
    ],
    "action": {
        "default_title": "DeArrow",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/logo-16.png",
            "32": "icons\/logo-32.png",
            "64": "icons\/logo-64.png",
            "128": "icons\/logo-128.png"
        },
        "theme_icons": [
            {
                "light": "icons\/logo-16.png",
                "dark": "icons\/logo-16.png",
                "size": 16
            },
            {
                "light": "icons\/logo-32.png",
                "dark": "icons\/logo-32.png",
                "size": 32
            },
            {
                "light": "icons\/logo-64.png",
                "dark": "icons\/logo-64.png",
                "size": 64
            },
            {
                "light": "icons\/logo-128.png",
                "dark": "icons\/logo-128.png",
                "size": 128
            },
            {
                "light": "icons\/logo-256.png",
                "dark": "icons\/logo-256.png",
                "size": 256
            },
            {
                "light": "icons\/logo-512.png",
                "dark": "icons\/logo-512.png",
                "size": 512
            },
            {
                "light": "icons\/logo-1024.png",
                "dark": "icons\/logo-1024.png",
                "size": 1024
            }
        ]
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "manifest_version": 3
}