BobiTag

【Bobitag 片段創作大師】 讓你在觀看影片的當下,不用離開Youtube,第一時間轉成GIF檔,迅速分享與下載!搭配其他加值功能,操作簡單方便又直覺,是您不可多得的影音工具!

What is BobiTag?

BobiTag is a Chrome extension developed by bobitag.com, and its main feature is "【Bobitag 片段創作大師】 讓你在觀看影片的當下,不用離開Youtube,第一時間轉成GIF檔,迅速分享與下載!搭配其他加值功能,操作簡單方便又直覺,是您不可多得的影音工具!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download BobiTag Extension CRX File

Download BobiTag 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

                        轉GIF一氣呵成不求人
 
【Bobitag 片段創作大師】讓你在觀看影片的當下,不用離開Youtube,第一時間轉成GIF檔,迅速分享與下載!

搭配其他加值功能,操作簡單方便又直覺,是您不可多得的影音工具!

• 支援瀏覽器:Chrome、Firefox和Safari
• 支援影音網站:Youtube
• 主要功能:轉GIF/截圖/標註精彩時間或片段/收藏影音素材

★ 只要您有Facebook或Google帳號,即可登入使用!
★ 想觀賞熱門精彩片段,歡迎來我們的官網逛逛:www.bobitag.com
★ 如有任何指教,請來信:[email protected]
 

Convert videos into GIFs instantly with BobiTag Clip Master

Forget tiresome steps and waiting time; BobiTag Clip Master allows you to quickly and directly transform YouTube videos into animated GIF files that you can share and download, without leaving YouTube at all! 

Along with other bonus elements, BobiTag Clip Master’s user-friendly and convenient features make it a must-have video tool!

• Supported browsers: Chrome, Firefox, and Safari
• Supported video platform: YouTube
• Key features: GIF conversion/Image capture/Tag and bookmark video clips/Curate videos

• All you need is a Facebook or Google account to begin!
• Check out our official website to see the hottest and trending video moments: www.bobitag.com 
• Please send any questions or comments (or just say hi!) to: [email protected]                    

Extension Basic Information

Name BobiTag BobiTag
ID ppfmnldfgjaohehipnlconehomehogan
Official URL https://chromewebstore.google.com/detail/bobitag/ppfmnldfgjaohehipnlconehomehogan
Description 【Bobitag 片段創作大師】 讓你在觀看影片的當下,不用離開Youtube,第一時間轉成GIF檔,迅速分享與下載!搭配其他加值功能,操作簡單方便又直覺,是您不可多得的影音工具!
File Size 762 KB
Installation Count 325
Current Version 3.1.2 official
Last Updated 2015-11-05
Publish Date 2015-11-04
Rating 4.41/5 Total 17 Ratings
Developer bobitag.com
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.2",
    "version_name": "3.1.2 official",
    "name": "BobiTag",
    "description": "\u3010Bobitag \u7247\u6bb5\u5275\u4f5c\u5927\u5e2b\u3011 \u8b93\u4f60\u5728\u89c0\u770b\u5f71\u7247\u7684\u7576\u4e0b\uff0c\u4e0d\u7528\u96e2\u958bYoutube\uff0c\u7b2c\u4e00\u6642\u9593\u8f49\u6210GIF\u6a94\uff0c\u8fc5\u901f\u5206\u4eab\u8207\u4e0b\u8f09\uff01\u642d\u914d\u5176\u4ed6\u52a0\u503c\u529f\u80fd\uff0c\u64cd\u4f5c\u7c21\u55ae\u65b9\u4fbf\u53c8\u76f4\u89ba\uff0c\u662f\u60a8\u4e0d\u53ef\u591a\u5f97\u7684\u5f71\u97f3\u5de5\u5177\uff01",
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/nouislider.css",
                "css\/nouislider.pips.css",
                "css\/font-awesome.css",
                "css\/animate.css",
                "css\/page.css"
            ],
            "js": [
                "module\/ga.js",
                "module\/analytics.js",
                "module\/common.js",
                "module\/template.js",
                "module\/ga-config.js",
                "module\/gif.generator.js",
                "module\/nouislider.js",
                "module\/piwik.js",
                "app\/youtube_plugin.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/nouislider.css",
                "css\/nouislider.pips.css",
                "css\/font-awesome.css",
                "css\/animate.css",
                "css\/page.css"
            ],
            "js": [
                "module\/ga.js",
                "module\/analytics.js",
                "module\/common.js",
                "module\/template.js",
                "module\/ga-config.js",
                "module\/gif.generator.js",
                "module\/nouislider.js",
                "module\/piwik.js",
                "app\/youtube_plugin.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "img\/logo_57.png",
        "default_title": "Go to BobiTag"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com  https:\/\/ajax.googleapis.com\/ajax\/services\/search\/web; object-src 'self'",
    "icons": {
        "16": "img\/logo_57.png",
        "48": "img\/logo_64.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        ""
    ],
    "web_accessible_resources": [
        "fonts\/*.*",
        "img\/*.*",
        "app\/*",
        "background\/*"
    ]
}