GOP
A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
GOP là gì?
GOP là một tiện ích mở rộng Chrome được phát triển bởi Victor Williams, và tính năng chính của nó là "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".
Ả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 GOP
Tải xuống các tệp mở rộng GOP 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
Don't you want a little fun in your life?
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GOP |
ID | acohniebinedjkldedockekcmjhkjgne |
URL Chính Thức | https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne |
Mô tả | A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election |
Kích Thước Tệp | 98.74 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2016-02-28 |
Ngày Phát Hành | 2016-02-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Victor Williams |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://devpost.com/software/gop-candidates-imageswap |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GOP", "version": "1.3.2", "homepage_url": "http:\/\/devpost.com\/software\/gop-candidates-imageswap", "description": "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election", "icons": { "128": "img\/GOP_128.png", "48": "img\/GOP_48.png", "32": "img\/GOP_32.png", "16": "img\/GOP_16.png" }, "browser_action": { "default_icon": "GOP.png", "default_title": "GOP Candidates" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js", "GOP.js" ], "persistent": false }, "manifest_version": 2 } |