Film Waiver

Get discount codes for film festival submissions

Film Waiver là gì?

Film Waiver là một tiện ích mở rộng Chrome được phát triển bởi Cosmek Labs, và tính năng chính của nó là "Get discount codes for film festival submissions".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Film Waiver

Tải xuống các tệp mở rộng Film Waiver 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

                        FilmWaiver scours the internet to bring you discount codes for film festival submissions. If you submit your films to lots of festivals on a regular basis, the submission fees can start to add up. With FilmWaiver, our chrome app lights up just before you create that submission! To let you know if there is a discount code for the festival you are submitting to.
FilmWaiver is made by film makers, for film makers. Save yourself some money, and goodluck with your next blockbuster!                    

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

Tên Film Waiver Film Waiver
ID igcpmngccbnnfppollaomgpjdelinean
URL Chính Thức https://chromewebstore.google.com/detail/film-waiver/igcpmngccbnnfppollaomgpjdelinean
Mô tả Get discount codes for film festival submissions
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2021-11-27
Ngày Phát Hành 2020-08-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Cosmek Labs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://filmwaiver.io
URL Trang Trợ Giúp https://filmwaiver.io
URL Trang Chính Sách Bảo Mật https://cosmeklabs.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Film Waiver",
    "version": "0.0.4",
    "description": "Get discount codes for film festival submissions",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "clipboardWrite",
        "https:\/\/fw-api.herokuapp.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "32": "images\/toolbar-icon-32.png",
            "48": "images\/toolbar-icon-48.png",
            "128": "images\/toolbar-icon-128.png"
        },
        "default_title": "Film Waiver",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/toolbar-icon-16.png",
        "32": "images\/toolbar-icon-32.png",
        "48": "images\/toolbar-icon-48.png",
        "128": "images\/toolbar-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/filmfreeway.com\/*",
                "https:\/\/filmfreeway.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}