Biden for President
The latest news delivered to your browser.
Biden for President là gì?
Biden for President là một tiện ích mở rộng Chrome được phát triển bởi Biden2020, và tính năng chính của nó là "The latest news delivered to your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Biden for President
Tải xuống các tệp mở rộng Biden for President 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
Install the officially unofficial Joe Biden for President Chrome extension! Get the latest news and social posts delivered directly to your browser's new tab page and keep in touch with Joe's campaign! Every time you open a new tab in Chrome you'll get the latest from Joe's Twitter feed as well as any new videos from the campaign. You'll also have beautiful campaign-themed background images updated constantly to keep your energy going! We're all in this together to defeat Trump, and your show of support is meaningful. Proceeds from any ads in this extension (and there's not many!) will benefit the Biden campaign. Let's do this, America!! Biden Harris 2020!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eenlapmpadnaeolpllbibbnmcdihagjb |
URL Chính Thức | https://chrome.google.com/webstore/detail/biden-for-president/eenlapmpadnaeolpllbibbnmcdihagjb |
Mô tả | The latest news delivered to your browser. |
Kích Thước Tệp | 572 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 1.03 |
Cập Nhật Lần Cuối | 2020-08-13 |
Ngày Phát Hành | 2020-08-13 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Biden2020 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Biden for President", "description": "The latest news delivered to your browser.", "version": "1.03", "author": "Biden for President", "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "16": "images\/icons\/tt16.png", "32": "images\/icons\/tt32.png" }, "default_title": "Biden for President", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/*.supporter.fun\/*", "*:\/\/*.ampfeed.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.amazonaws.com\/*", "notifications", "storage" ], "icons": { "16": "images\/icons\/tt16.png", "32": "images\/icons\/tt32.png", "48": "images\/icons\/tt48.png", "128": "images\/icons\/tt128.png" }, "default_locale": "en", "short_name": "Joe Biden", "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.syndication.twimg.com 'unsafe-eval'; object-src 'self'" } |