UnF*** the Future

One-minute climate actions for when you want to cry but need a laugh

UnF*** the Future là gì?

UnF*** the Future là một tiện ích mở rộng Chrome được phát triển bởi http://remark.eco, và tính năng chính của nó là "One-minute climate actions for when you want to cry but need a laugh".

Ả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 UnF*** the Future

Tải xuống các tệp mở rộng UnF*** the Future 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

                        ------

How it works: Just install the chrome extension (click “add to chrome” above), and next time you read an anxiety-ridden climate article, a little tab will pop up with some snarky one-minute climate actions from top environmental NGOs and nonprofits. We’ll even congratulate you like the noble beast you are. 

You’ll feel better by doing something to change the system. You’ll laugh at delicious puns. Oh, there’s also the added bonus of lighting a fire under the asses of greedy corporations and dilly-dallying politicians.

So next time your anxiety spikes and you experience that all-too-familiar existential dread, turn to UnFuck the Future - the antidote to stressful climate news. 

-----
Updates:
- Now featuring vetted social good actions as well as climate!
- Now serving, UnF***ables! Climate lunch snacks, popping up daily. We’ll show you a one-minute climate action during your lunch hour if you haven’t seen us in a while. 

------
 
By using this add-on, you agree to the Remark Terms & Conditions available at http://www.remark.eco/terms

Disclaimer:

This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

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

Tên UnF*** the Future UnF*** the Future
ID nfjoaibofbcgaifehgfakohimpoibhjd
URL Chính Thức https://chrome.google.com/webstore/detail/unf-the-future/nfjoaibofbcgaifehgfakohimpoibhjd
Mô tả One-minute climate actions for when you want to cry but need a laugh
Kích Thước Tệp 96.41 KB
Số Lần Cài Đặt 244
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2022-07-12
Ngày Phát Hành 2021-11-02
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://remark.eco
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://remark.eco/uftf
URL Trang Trợ Giúp https://remark.eco/contact
URL Trang Chính Sách Bảo Mật http://remark.eco/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UnF*** the Future",
    "short_name": "Remark",
    "version": "0.1.6",
    "description": "One-minute climate actions for when you want to cry but need a laugh",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "html\/options.html",
        "data\/mock.json",
        "img\/*",
        "http:\/\/*.",
        "https:\/\/*.",
        "https:\/\/remark.eco\/wp-content\/uploads\/remark_actions.json"
    ],
    "icons": {
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "142": "img\/icon142.png"
    }
}