Rica Notícias

Rica Perrone's extension made by Publici W

Rica Notíciasคืออะไร?

Rica Notícias เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Rica Perrone's extension made by Publici W"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rica Notícias

ดาวน์โหลดไฟล์ส่วนขยาย Rica Notícias ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        De graça, em tempo real e ainda te dá opção de excluir posts sobre seus rivais ou assuntos que não lhe interessam!  

O que mais você quer? Instale aí no seu Chrome e selecione as categorias do blog que você quer ser avisado quando atualizadas. Simples assim!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rica Notícias Rica Notícias
ID oepccfjeaahenndepeobdhhocdfejgje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rica-not%C3%ADcias/oepccfjeaahenndepeobdhhocdfejgje
คำอธิบาย Rica Perrone's extension made by Publici W
ขนาดไฟล์ 616 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2017-02-02
วันที่เผยแพร่ 2017-02-02
คะแนน 4.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rica Not\u00edcias",
    "version": "1.1.5",
    "manifest_version": 2,
    "description": "Rica Perrone's extension made by Publici W",
    "homepage_url": "http:\/\/ricaperrone.com.br",
    "icons": {
        "19": "icons\/38x38.png",
        "38": "icons\/76x76.png",
        "48": "icons\/76x76.png"
    },
    "permissions": [
        "http:\/\/ricaperrone.com.br\/*",
        "http:\/\/www.ricaperrone.com.br\/*",
        "alarms",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ricaperrone.com.br\/*"
            ],
            "js": [
                "js\/lib\/jquery\/jquery.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/injected.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery\/jquery.min.js",
            "js\/lib\/uri.js",
            "js\/lib\/store.js",
            "js\/lib\/config-helper.js",
            "js\/lib\/rica-api.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/38x38.png",
            "38": "icons\/76x76.png",
            "48": "icons\/76x76.png"
        },
        "default_title": "\u00daltimas not\u00edcias do Rica",
        "default_popup": "views\/index.html"
    },
    "web_accessible_resources": [
        "icons\/*",
        "images\/*",
        "views\/*"
    ]
}