Post! (Postila)

Postila - from Russia with Love!

What is Post! (Postila)?

Post! (Postila) is a Chrome extension developed by https://postila.ru, and its main feature is "Postila - from Russia with Love!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Post! (Postila) Extension CRX File

Download Post! (Postila) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A handy tool to collect and post knitting schemes, recipes, and other ideas -- "Post!" button from Postila.ru. From Russia with love.

Comments:
★ ★ ★ ★ ★ «I cannot express how much I love this website!» (Helen Zam)
★ ★ ★ ★ ★ «I like it a lot! It's kinda small version of my computer» (Nadyа Chermemkova)
★ ★ ★ ★ ★ «What we wrote in our notebooks, paper sheets (and then later lost), collect pieces of magazines and then also lost -- all this is now always available, clear and convenient!!! I recommend this to all! Thank you for such a gift!» (Elena Djura)

*********** NEWS *********
******* 17.09.2020 *******
Improved posting from Pinterest
******* 12.08.2020 *******
Fixed the display of login form for not logged in users who make screenshots
Better work in AMP-versions of saved pages
Small bugfixes, more stable version 
******* 30.07.2020 *******
Fixed minor bugs
******* 21.04.2020 *******
Fixed the order of boards
Fixed the authorization issue
******* 09.04.2020 *******
Fixed the problem with posting from several websites
Fixed the display of users boards
******* 27.02.2020 *******
➤ Screenshoting returned to the the extension
➤ Fixed the problem with creating secret boards
******* 04.07.2019 *******
➤ Fixed the problem with saving pictures into boards
******* 17.01.2018 *******
 ➤ More images are detected (on all websites)
******* 11.01.2018 *******
 ➤ Better work with Pinterest and OK.ru 
******* 19.11.2017 *******
 ➤ YouTube support improved
 ➤ Pinterest support improved
******* 4.09.2017 *******
 ➤ Support for new YouTube layout
******* 20.08.2017 *******
 ➤ Better error reporting
 ➤ Various improvements and fixes
******* 26.07.2017 *******
 ➤ Secret Boards and Posts! Now you can collect posts that will be visible only to you
 ➤ Various interface fixes
 ➤ Better stability and minor bugfixes
******* 19.05.2017 *******
 ➤ Fixes for retina displays
 ➤ Improvements for multiple pictures posting
 ➤ Fixes for error reporting
******* 28.03.2017 *******
 ➤ Hovering button for OK.ru and other websites fixed + some other fixes/improvements
******* 21.03.2017 *******
 ➤ Small bugfixes, more stable version
******* 28.02.2017 *******
 ➤ This version (38.0.x) is the version pure internationalized version of Postila button! English and Russian are supported, Spanish is coming soon
______________________
Official free extension of Postila project (Postila.ru) for the following browsers: Google Chrome, Yandex, and Mail.ru.

Short address of this extension (send this link to a friend!): POST.POSTILA.RU

Customer Care and Support Center: Pishite.Postila.ru

¯\_(ツ)_/¯                    

Extension Basic Information

Name Post! (Postila) Post! (Postila)
ID dpjkpdelbaahkeeoeppmgkbliipjcnpm
Official URL https://chromewebstore.google.com/detail/post-postila/dpjkpdelbaahkeeoeppmgkbliipjcnpm
Description Postila - from Russia with Love!
File Size 783 KB
Installation Count 10,000
Current Version 41.13.9
Last Updated 2020-09-17
Publish Date 2020-07-01
Rating 4.87/5 Total 1913 Ratings
Developer https://postila.ru
Email [email protected]
Payment Type free
Extension Website https://postila.ru
Help Page URL https://pishite.postila.ru/
Privacy Policy Page URL https://postila.ru/page/privacy
Supported Languages en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "41.13.9",
    "description": "__MSG_description__",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "",
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/postila.ru\/*",
                "*:\/\/*.postila.ru\/*",
                "*:\/\/postila.io\/*",
                "*:\/\/*.postila.io\/*",
                "*:\/\/postila.co\/*",
                "*:\/\/*.postila.co\/*"
            ],
            "css": [
                "css\/hoverButton.css",
                "screenshot\/screenshotHelper.css"
            ],
            "js": [
                "hoverButton.js",
                "js\/shortcut.js",
                "screenshotHelper.js",
                "hotkeys.helper.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "mark.helper.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/postila.ru\/*",
                "*:\/\/*.postila.ru\/*",
                "*:\/\/postila.io\/*",
                "*:\/\/*.postila.io\/*",
                "*:\/\/postila.co\/*",
                "*:\/\/*.postila.co\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/es6-promise.min.js",
                "js\/fetch.min.js",
                "post.js",
                "js\/purify.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "js\/domains\/*",
        "*.svg",
        "*.map"
    ],
    "browser_action": {
        "default_title": "__MSG_action__",
        "default_icon": "40x40.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}